Skip to content

Commit

Permalink
font-cochineal: add livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 4, 2025
1 parent f92f677 commit 4574d65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Casks/font/font-c/font-cochineal.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
cask "font-cochineal" do
version :latest
version "1.085"
sha256 :no_check

url "https://mirrors.ctan.org/fonts/cochineal.zip"
name "Cochineal"
homepage "https://ctan.org/pkg/cochineal"

livecheck do
url :homepage
regex(/Version.*?v?(\d+(?:\.\d+)+)/i)
end

font "cochineal/opentype/Cochineal-Bold.otf"
font "cochineal/opentype/Cochineal-BoldItalic.otf"
font "cochineal/opentype/Cochineal-Italic.otf"
Expand Down

0 comments on commit 4574d65

Please sign in to comment.