homebrew-cask/Casks/hive.rb

19 lines
601 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hive' do
2016-03-03 05:15:30 +08:00
version '1.5'
sha256 'fce5783488c9781df85185f2707dc4aa14b344d75d19b525bc41bafeaf976901'
2016-03-12 22:52:29 +08:00
# github.com/hivewallet/hive-mac was verified as official when first introduced to the cask
2015-10-31 11:59:30 +08:00
url "https://github.com/hivewallet/hive-mac/releases/download/#{version}/Hive-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/hivewallet/hive-mac/releases.atom',
2016-03-03 05:15:30 +08:00
checkpoint: '910983133c5e81dbb151627938adc2cfef7e0a53d7c72609499b035e9f482ca5'
2015-04-02 04:16:21 +08:00
name 'Hive'
2015-03-29 18:00:33 +08:00
homepage 'https://mac.hivewallet.com'
license :gpl
2014-09-16 00:05:41 +08:00
app 'Hive.app'
2014-09-09 20:55:27 +08:00
postflight do
2014-11-02 07:14:31 +08:00
suppress_move_to_applications
end
end