homebrew-cask/Casks/flinto.rb

15 lines
352 B
Ruby
Raw Normal View History

2016-05-27 03:56:19 +08:00
cask 'flinto' do
2018-02-28 04:01:05 +08:00
version '25.0'
sha256 'e325fc804d5744736dac7e27ac594130c5c9c75e9915ae04843f2225e69f926c'
2016-05-27 03:56:19 +08:00
url "https://www.flinto.com/assets/Flinto-#{version}.dmg"
name 'Flinto'
homepage 'https://www.flinto.com/mac'
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