Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pango: add livecheck #199448

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Formula/p/pango.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 6,14 @@ class Pango < Formula
license "LGPL-2.0-or-later"
head "https://gitlab.gnome.org/GNOME/pango.git", branch: "main"

# Pango doesn't follow GNOME's "even-numbered minor is stable" version
# scheme but they do appear to use 90 minor/patch versions, which may
# indicate unstable versions (e.g., 1.90, etc.).
livecheck do
url "https://download.gnome.org/sources/pango/cache.json"
regex(/pango[._-]v?(\d (?:(?!\.9\d)\.\d ) )\.t/i)
end

bottle do
sha256 cellar: :any, arm64_sequoia: "555a0ea1e85a5f5b5d26e4bfdc1f1c19a3d1108ba0801deed64d301a6d912c58"
sha256 cellar: :any, arm64_sonoma: "c47cf2f24449280a2643d958e6f211a2db089f1c2cb3e9f27ef50f35701601ed"
Expand Down
Loading