Skip to content

Commit

Permalink
Merge pull request #205114 from Homebrew/libnsgif-add-livecheck
Browse files Browse the repository at this point in the history
libnsgif: add livecheck
  • Loading branch information
BrewTestBot authored Jan 22, 2025
2 parents e4a4693 + 5f8e4fb commit 5b85360
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/lib/libnsgif.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class Libnsgif < Formula
license "MIT"
head "https://git.netsurf-browser.org/libnsgif.git", branch: "master"

livecheck do
url :homepage
regex(/href=.*?libnsgif[._-]v?(\d+(?:\.\d+)+)[._-]src\.t/i)
end

bottle do
sha256 cellar: :any, arm64_sequoia: "1b496d526be94479c22a33a721be3f7c5afe6ec2c0c62d2a9be03b04cce5cb19"
sha256 cellar: :any, arm64_sonoma: "fb3bd5d0ed63cb47edc86bded832614216985a5f020d4d3e9acf28c05a7d0d8b"
Expand Down

0 comments on commit 5b85360

Please sign in to comment.