homebrew-cask/Casks/mac2imgur.rb

18 lines
607 B
Ruby

cask 'mac2imgur' do
version 'b226'
sha256 '8faeb435fcb866267fa67d4b93d5fc9fb82bcfb2e959c7fcc6f59ab15fb05ccb'
url "https://github.com/mileswd/mac2imgur/releases/download/#{version}/mac2imgur.zip"
appcast 'https://github.com/mileswd/mac2imgur/releases.atom',
checkpoint: '5078de9b5f76f2d5c9ad91d4b793fbaca67bd908253eb3576add883d674db837'
name 'mac2imgur'
homepage 'https://github.com/mileswd/mac2imgur'
app 'mac2imgur.app'
zap trash: [
'~/Library/Caches/com.mileswd.mac2imgur',
'~/Library/Preferences/com.mileswd.mac2imgur.plist',
]
end