homebrew-cask/Casks/hive.rb

19 lines
578 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hive' do
2015-04-01 08:47:24 +08:00
version '1.4.2'
sha256 '94b92d963c2b6f7c33ae0d0ced1de7df554f86331178c38516ef7327b1cda695'
2015-01-18 04:02:02 +08:00
# github.com is the official download host per the vendor homepage
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',
checkpoint: '8e016f112a87ec43f0665ff2d29a1e93c18cae7332061a8cf19f0199dabd1e95'
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