Skip to content

Commit df7850c

Browse files
leejongyoungkhipp
authored andcommitted
millie 2.1.2
1 parent cd00715 commit df7850c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Casks/m/millie.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
cask "millie" do
2-
version "6.0.0"
3-
sha256 "565fb364ad51eeb37acc3b7ab99ddbff27be5dfaf5c4a506a806befa3e54b91e"
2+
version "2.1.2,100"
3+
sha256 "1ec0830ae6daeafd0eefe335f8b005feacfb9b3af2b14ddddd6e33db13917123"
44

5-
url "https://apis.millie.co.kr/v1/download/installer/mac/Millie-#{version}.dmg"
6-
name "millie"
5+
url "https://install.millie.co.kr/flutter/#{version.csv.first}/millie.dmg"
6+
name "Millie"
77
desc "Korean e-book store"
88
homepage "https://www.millie.co.kr/"
99

1010
livecheck do
11-
url "https://install.millie.co.kr/mac/latest-mac.yml"
12-
strategy :electron_builder
11+
url "https://install.millie.co.kr/flutter/millie.dmg"
12+
strategy :extract_plist
1313
end
1414

15-
auto_updates true
15+
depends_on macos: ">= :big_sur"
1616

1717
app "Millie.app"
1818

1919
zap trash: [
20-
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.millie.sfl*",
21-
"~/Library/Application Support/millie",
22-
"~/Library/Logs/millie",
23-
"~/Library/Preferences/com.electron.millie.plist",
24-
"~/Library/Saved Application State/com.electron.millie.savedState",
20+
"~/Library/Application Support/kr.co.millie.MillieShelf/",
21+
"~/Library/Caches/kr.co.millie.MillieShelf",
22+
"~/Library/HTTPStorages/kr.co.millie.MillieShelf.binarycookies",
23+
"~/Library/Saved Application State/kr.co.millie.MillieShelf.savedState",
24+
"~/Library/WebKit/kr.co.millie.MillieShelf",
2525
]
2626
end

0 commit comments

Comments
 (0)