homebrew-cask/Casks/flycut.rb

15 lines
513 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flycut' do
2016-11-29 07:01:58 +08:00
version '1.8.1'
sha256 '9b0bea415d1f86d4c992b3a8a3e283fae2d394e963f040cbaa8ec6fe70487d00'
2015-03-29 11:32:38 +08:00
2016-05-25 08:31:02 +08:00
url "https://github.com/TermiT/Flycut/releases/download/#{version}/Flycut.app.#{version}.zip"
2016-05-25 23:54:29 +08:00
appcast 'https://github.com/TermiT/Flycut/releases.atom',
2016-11-29 07:01:58 +08:00
checkpoint: '67597c9a346bfb4070c85b61817e7929a9b9734f0fa3761db5838f91534bb3c0'
2015-03-29 11:32:38 +08:00
name 'Flycut'
homepage 'https://github.com/TermiT/Flycut'
2016-05-25 08:31:02 +08:00
app 'Flycut.app'
2015-03-29 11:32:38 +08:00
2016-05-25 08:31:02 +08:00
zap delete: '~/Library/Preferences/com.generalarcade.flycut.plist'
2015-03-29 11:32:38 +08:00
end