Skip to content

Commit

Permalink
formulae: fix livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Sep 21, 2024
1 parent 65f7b08 commit d23aeb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/wthrr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ def install
elsif !OS.mac? && !Hardware::CPU.arm?
url "https://github.com/ttytm/wthrr-the-weathercrab/releases/download/v1.2.0/wthrr-linux-x86_64"
sha256 "fb2b78b1d1184e77aadedb02c887e786f4922b8bcaea0ab32d6963d33959b6e3"

livecheck do
url :homepage
strategy :github_latest
end

def install
bin.install "wthrr-linux-x86_64"
end
end

livecheck do
url :homepage
strategy :github_latest
end

end

0 comments on commit d23aeb4

Please sign in to comment.