homebrew-cask/Casks/archiver.rb

13 lines
342 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'archiver' do
2014-09-17 19:42:37 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2016-02-12 01:12:41 +08:00
# googleapis.com/incrediblebee was verified as official when first introduced to the cask
url 'https://commondatastorage.googleapis.com/incrediblebee/apps/Archiver/Archiver.zip'
2015-01-04 11:10:16 +08:00
name 'Archiver'
homepage 'http://archiverapp.com/'
license :commercial
2014-09-16 00:05:15 +08:00
app 'Archiver.app'
end