homebrew-cask/Casks/mumu.rb

23 lines
973 B
Ruby
Raw Normal View History

cask 'mumu' do
version '1.0.2,lhp4WSbSgCTUaP43pY93'
sha256 '5c842f2669794c2a909a13434ec172d135eea661be71e91a9abbdd39c5d2b3d3'
# paddle.s3.amazonaws.com/fulfillment_downloads/116824/597910/ was verified as official when first introduced to the cask
url "https://paddle.s3.amazonaws.com/fulfillment_downloads/116824/597910/#{version.after_comma}_Mumu%20#{version.before_comma}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://vendors.paddle.com/download/product/597910'
name 'Mumu'
homepage 'https://getmumu.com/'
depends_on macos: '>= :high_sierra'
app 'Mumu.app'
zap trash: [
'~/Library/Application Support/Mumu',
'~/Library/Application Support/com.wilbertliu.mumu',
'~/Library/Caches/com.wilbertliu.mumu',
'~/Library/Cookies/com.wilbertliu.mumu.binarycookies',
'~/Library/Preferences/com.wilbertliu.mumu.plist',
]
end