homebrew-cask/Casks/ascension.rb

22 lines
915 B
Ruby

cask 'ascension' do
version '3.0.0'
sha256 'b21598b455878b997a08c88ef1c800eef2ad648ca672228db90ece0754d5e492'
url "https://github.com/ansilove/Ascension/releases/download/v#{version}/Ascension_v#{version}.zip"
appcast 'https://github.com/ansilove/Ascension/releases.atom',
checkpoint: '1f169b668cf5d5664635b52f7d3c20767e8760594fee6bf4d6b7d72dc937faff'
name 'Ascension'
homepage 'https://github.com/ansilove/Ascension'
app 'Ascension.app'
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.byteproject.ascension.sfl*',
'~/Library/Saved Application State/com.byteproject.Ascension.savedState',
],
trash: [
'~/Library/Application Support/Ascension',
'~/Library/Preferences/com.byteproject.Ascension.plist',
]
end