homebrew-cask/Casks/wingfs.rb

14 lines
453 B
Ruby
Raw Normal View History

2016-11-25 20:44:58 +08:00
cask 'wingfs' do
2017-01-11 10:19:45 +08:00
version '2.0.82'
sha256 'a9335af21fff081c2114a6f7cd0f9c53cd207d5c4e6f881d5cb31c6d8e46d639'
2016-11-25 20:44:58 +08:00
# s3.amazonaws.com/wingfs_downloads was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/wingfs_downloads/WingFS_#{version.major_minor}.dmg"
name 'WingFS'
homepage 'http://www.wingfs.com/products/wingfs'
pkg 'WingFS.pkg', allow_untrusted: true
uninstall pkgutil: 'com.archiware.WingFS'
end