homebrew-cask/Casks/mal-updater.rb

21 lines
844 B
Ruby

cask 'mal-updater' do
version '2.3.13'
sha256 '3909dc9361523b710709241bd8c67438b4059a16bc2864dcd4fe74b733687238'
# github.com/Atelier-Shiori/malupdaterosx-cocoa was verified as official when first introduced to the cask
url "https://github.com/Atelier-Shiori/malupdaterosx-cocoa/releases/download/#{version}/malupdaterosx-#{version}.dmg"
appcast 'https://github.com/Atelier-Shiori/malupdaterosx-cocoa/releases.atom',
checkpoint: '3106d18f413b26335ffad55779c7dfd608ef8df3621c57b78fb734a2b3f6418c'
name 'MAL Updater OS X'
homepage 'https://malupdaterosx.ateliershiori.moe/'
depends_on macos: '>= :mavericks'
app 'MAL Updater OS X.app'
zap trash: [
'~/Library/Preferences/com.chikorita157.MAL-Updater-OS-X.plist',
'~/Library/Application Support/MAL Updater OS X',
]
end