homebrew-cask/Casks/appgrid.rb

17 lines
510 B
Ruby
Raw Normal View History

2018-02-24 22:25:12 +08:00
cask 'appgrid' do
version '1.0.4'
sha256 'e89280465b4a3dc580b026f25f2ade04ab1cd9b15a476e327110a1d91bd7da77'
url "https://github.com/sdegutis/AppGrid/releases/download/#{version}/AppGrid-#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/sdegutis/AppGrid/releases.atom'
2018-02-24 22:25:12 +08:00
name 'AppGrid'
homepage 'https://github.com/sdegutis/AppGrid'
app 'AppGrid.app'
uninstall login_item: 'AppGrid',
quit: 'com.sdegutis.AppGrid'
zap trash: '~/Library/Preferences/com.sdegutis.AppGrid.plist'
end