homebrew-cask/Casks/flycut.rb

15 lines
512 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flycut' do
2016-12-22 00:56:42 +08:00
version '1.8.2'
sha256 '70e40de3fed82035bd16979bc4d99fda3588888720694fe6cd4e7f367a9004ba'
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',
2017-05-10 02:48:06 +08:00
checkpoint: 'c978b2178af3240b1d123542b6aece9228dd4ef0c6a8e96a652fae7fc78edb45'
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
2017-06-21 09:47:44 +08:00
zap trash: '~/Library/Preferences/com.generalarcade.flycut.plist'
2015-03-29 11:32:38 +08:00
end