homebrew-cask/Casks/hyne.rb

19 lines
784 B
Ruby

cask 'hyne' do
version '1.9.2c'
sha256 '74ddb3cee06e840849241da41e3fca32e4f20d4918e9786d9bb55b4643a59f95'
url "https://github.com/myst6re/hyne/releases/download/#{version}/Hyne-#{version}-osx64.tar.gz"
appcast 'https://github.com/myst6re/hyne/releases.atom',
checkpoint: 'ce3d4525e66fc4b0454233846491c36ec4141653a70c002e9e83c9f5bd1d49a7'
name 'Hyne'
homepage 'https://github.com/myst6re/hyne'
app "hyne-#{version}-osx64/Hyne.app"
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.vin047.hyne.sfl',
'~/Library/Preferences/com.vin047.hyne.plist',
'~/Library/Saved Application State/com.vin047.hyne.savedState',
]
end