Skip to content

Commit 45c4fd6

Browse files
committed
easyrpg-player: update livecheck
The existing `livecheck` block for `easyrpg-player` is an old check from years ago and there's no specific reason it's checking Git tags other than it technically works. This updates the `livecheck` block to check the first-party download page, which links to the `stable` tarball.
1 parent a9ca711 commit 45c4fd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/e/easyrpg-player.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ class EasyrpgPlayer < Formula
77
revision 6
88

99
livecheck do
10-
url "https://github.com/EasyRPG/Player.git"
10+
url "https://easyrpg.org/player/downloads/"
11+
regex(/href=.*?easyrpg-player[._-]v?(\d+(?:\.\d+)+)\.t/i)
1112
end
1213

1314
bottle do

0 commit comments

Comments
 (0)