homebrew-cask/Casks/mac2imgur.rb

19 lines
611 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mac2imgur' do
2016-08-12 03:30:45 +08:00
version '4.0'
sha256 '7018bba2cb68f612b535dac583f987e2ecff1e3ce924e019a476cd92d90992d4'
2015-02-03 01:05:31 +08:00
2016-08-12 03:30:45 +08:00
url "https://github.com/mileswd/mac2imgur/releases/download/#{version}/mac2imgur.zip"
2015-05-26 04:13:23 +08:00
appcast 'https://mileswd.com/mac2imgur/update',
2016-08-12 03:30:45 +08:00
checkpoint: '8a3f98802208b7b09cae6871983287dbbf5f64e86241ac7b6bffcc7fe9a4de95'
name 'mac2imgur'
2015-02-03 01:05:31 +08:00
homepage 'https://github.com/mileswd/mac2imgur'
license :gpl
app 'mac2imgur.app'
zap delete: [
'~/Library/Caches/com.mileswd.mac2imgur',
'~/Library/Preferences/com.mileswd.mac2imgur.plist',
]
2015-02-03 01:05:31 +08:00
end