homebrew-cask/Casks/mac2imgur.rb

18 lines
597 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mac2imgur' do
2016-09-01 06:05:35 +08:00
version 'b219'
sha256 'b554d3a2083ba88451d614f243a9b599cfc546a5c0844f02f4375f703f2f60b9'
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-09-01 06:05:35 +08:00
checkpoint: '76c8d74c003e2fdd4c9b2062acff9f7badb863fdab3f11c86fb745be59af3d15'
name 'mac2imgur'
2015-02-03 01:05:31 +08:00
homepage 'https://github.com/mileswd/mac2imgur'
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