Skip to content

Commit

Permalink
fix: resolve livecheck strategy conflict for Millie
Browse files Browse the repository at this point in the history
  • Loading branch information
leejongyoung committed Jan 1, 2025
1 parent 4597031 commit 4d5c63a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Casks/m/millie.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
cask "millie" do
version :latest
version "2.1.2"
sha256 :no_check

url "https://install.millie.co.kr/flutter/millie.dmg"
url "https://install.millie.co.kr/flutter/#{version}/millie.dmg"
name "millie"
desc "Korean e-book store"
homepage "https://www.millie.co.kr/"

livecheck do
url "https://install.millie.co.kr/flutter/#{version}/appcast.xml"
regex(/Version\s(\d+(?:\.\d+)+)/i)
end

depends_on macos: ">= :big_sur"

app "Millie.app"
Expand Down

0 comments on commit 4d5c63a

Please sign in to comment.