Skip to content

Commit

Permalink
Merge pull request #171990 from adithyasunil26/bump-mipony-1.12-0
Browse files Browse the repository at this point in the history
mipony 1.12
  • Loading branch information
krehel committed Apr 23, 2024
2 parents 0f5f16f + 932f2bf commit 74e344a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Casks/m/mipony.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "mipony" do
version "1.11,0"
version "1.12,0"
sha256 :no_check

url "https://download.mipony.net/downloads/mac/Mipony-Installer.pkg"
Expand All @@ -16,4 +16,14 @@

uninstall quit: "com.downloader.Mipony",
pkgutil: "net.installer.mipony.*"

zap trash: [
"~/.config/Mipony",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.downloader.mipony.sfl*",
"~/Library/Caches/com.downloader.Mipony",
"~/Library/HTTPStorages/com.downloader.Mipony",
"~/Library/HTTPStorages/com.downloader.Mipony.binarycookies",
"~/Library/Preferences/com.downloader.Mipony.plist",
"~/Library/Saved Application State/com.downloader.Mipony.savedState",
]
end

0 comments on commit 74e344a

Please sign in to comment.