homebrew-cask/Casks/betterzip.rb

15 lines
486 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'betterzip' do
2017-02-05 01:59:49 +08:00
version '3.2.1'
sha256 'd3d7536fef9958792b05f712c03e35205460d8d86767fd706806fbc92172b074'
url "https://macitbetter.com/dl/BetterZip-#{version}.zip"
2016-11-06 07:56:02 +08:00
appcast "https://macitbetter.com/BetterZip#{version.major}.rss",
2017-02-05 01:59:49 +08:00
checkpoint: '9749780b36e704e5865f8671406c14a937644daf0efc5023ff05e49b95f39c48'
name 'BetterZip'
homepage 'https://macitbetter.com/'
2014-09-16 00:05:18 +08:00
app 'BetterZip.app'
2015-01-21 02:24:00 +08:00
zap delete: '~/Library/Preferences/com.macitbetter.betterzip.plist'
end