homebrew-cask/Casks/appgrid.rb

16 lines
476 B
Ruby
Raw Normal View History

2018-02-24 22:25:12 +08:00
cask 'appgrid' do
version '1.0.4'
sha256 'e89280465b4a3dc580b026f25f2ade04ab1cd9b15a476e327110a1d91bd7da77'
2019-05-23 19:16:57 +08:00
url "https://github.com/mjolnirapp/AppGrid/releases/download/#{version}/AppGrid-#{version}.zip"
appcast 'https://github.com/mjolnirapp/AppGrid/releases.atom'
2018-02-24 22:25:12 +08:00
name 'AppGrid'
2019-05-23 19:16:57 +08:00
homepage 'https://github.com/mjolnirapp/AppGrid/'
2018-02-24 22:25:12 +08:00
app 'AppGrid.app'
2019-08-27 21:11:38 +08:00
uninstall quit: 'com.sdegutis.AppGrid'
2018-02-24 22:25:12 +08:00
zap trash: '~/Library/Preferences/com.sdegutis.AppGrid.plist'
end