homebrew-cask/Casks/mac2imgur.rb

20 lines
591 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mac2imgur' do
2015-02-03 01:05:31 +08:00
version :latest
sha256 :no_check
# mileswd.com is the official download host per the vendor homepage
url 'https://mileswd.com/mac2imgur/latest'
2015-02-03 01:05:31 +08:00
name 'mac2imgur'
2015-05-26 04:13:23 +08:00
appcast 'https://mileswd.com/mac2imgur/update',
:sha256 => '1235c533476928d64f6787886a3dc78b421fe8e379cc4e936aeb44152dc09bd1'
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'
]
end