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

birdfont 6.8.1 #185573

Merged
merged 1 commit into from
Sep 17, 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
12 changes: 10 additions & 2 deletions Casks/b/birdfont.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
url "https://birdfont.org/purchase.php"
regex(%r{Mac\s*OS\s*10\.12.*?/birdfont[._-]v?(\d+(?:\.\d+)+)[._-]free\.dmg}i)
end

caveats do
requires_rosetta
end
end
on_catalina :or_newer do
on_ventura :or_older do
Expand All @@ -17,11 +21,15 @@
url "https://birdfont.org/purchase.php"
regex(%r{Mac\s*OS\s*10\.15.*?/birdfont[._-]v?(\d+(?:\.\d+)+)[._-]free\.dmg}i)
end

caveats do
requires_rosetta
end
end
end
on_sonoma :or_newer do
version "6.7.1"
sha256 "67041c24cd8de2585dc850081006d41e5169c456f3cee1d3d06f78e521378722"
version "6.8.1"
sha256 "bcd4f1c64ede96f6b1496a9ae8c88a0f7269e66698606ef3ce7d5f798593b325"

livecheck do
url "https://birdfont.org/purchase.php"
Expand Down
Loading