homebrew-cask/Casks/mac2imgur.rb

20 lines
649 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mac2imgur' do
2016-01-08 21:48:28 +08:00
version '3.0'
sha256 '49d731e9dc15378c2045d459ce910a13154cb37d8e0f2126ceed973557a02d92'
2015-02-03 01:05:31 +08:00
# mileswd.com is the official download host per the vendor homepage
url 'https://mileswd.com/mac2imgur/latest'
2015-05-26 04:13:23 +08:00
appcast 'https://mileswd.com/mac2imgur/update',
2016-01-08 21:48:28 +08:00
:sha256 => '6a6b8ba83cf7d03f1d8a03ba95ff4802eb4ff6f7486e1625b1bc1c8d5c5a9dab'
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