homebrew-cask/Casks/flinto.rb

18 lines
435 B
Ruby
Raw Normal View History

2016-05-27 03:56:19 +08:00
cask 'flinto' do
2018-10-12 04:49:23 +08:00
version '26.0.6'
sha256 '748769db962acb08185aa99988522e875736c40d65ed5e0a225336bbc706935a'
2016-05-27 03:56:19 +08:00
url "https://www.flinto.com/assets/Flinto-#{version}.dmg"
2018-07-13 19:57:03 +08:00
appcast 'https://www.flinto.com/appcast.rss'
2016-05-27 03:56:19 +08:00
name 'Flinto'
homepage 'https://www.flinto.com/mac'
depends_on macos: '>= :sierra'
2016-05-27 03:56:19 +08:00
app 'Flinto.app'
uninstall pkgutil: 'com.flinto.*'
2016-12-02 22:15:04 +08:00
2017-06-21 09:47:44 +08:00
zap trash: '~/Library/Application Scripts/com.flinto.Flinto'
2016-05-27 03:56:19 +08:00
end