Skip to content

Commit

Permalink
Merge pull request #64 from Brewforge/fix-kicad-cn
Browse files Browse the repository at this point in the history
fix: fix kicad-cn livecheck
  • Loading branch information
Oscaner authored Jan 13, 2024
2 parents 8814965 + adbf570 commit a90b42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/kicad-cn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

livecheck do
url "https://mirrors.tuna.tsinghua.edu.cn/kicad/osx/stable/"
regex(/kicad-unified-universal-(\d+(?:\.\d+)+)/i)
regex(/kicad-unified-universal-(\d+(?:\.\d+)+(-rc\d+)?)/i)
end

depends_on macos: ">= :big_sur"
Expand Down

0 comments on commit a90b42c

Please sign in to comment.