homebrew-cask/Casks/hive.rb

18 lines
495 B
Ruby
Raw Normal View History

2014-11-14 01:26:01 +08:00
cask :v1 => '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
url "https://github.com/hivewallet/hive-osx/releases/download/#{version}/Hive-#{version}.zip"
2015-03-15 19:51:22 +08:00
appcast 'https://github.com/hivewallet/hive-osx/releases.atom'
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