homebrew-cask/Casks/mal-updater.rb

19 lines
812 B
Ruby

cask 'mal-updater' do
version '2.3.3.1'
sha256 'e60a3f5a322d070945553ea56c7a76425a2dccde0d91327951641714608809f9'
# 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: '95814318f96e4ef444b57f272cc06fe02ae9fd5638bfdfe32f49f99fffa28042'
name 'MAL Updater OS X'
homepage 'https://malupdaterosx.ateliershiori.moe/'
app 'MAL Updater OS X.app'
zap delete: [
'~/Library/Preferences/com.chikorita157.MAL-Updater-OS-X.plist',
'~/Library/Application Support/MAL Updater OS X',
]
end