homebrew-cask/Casks/hive.rb

17 lines
491 B
Ruby
Raw Normal View History

2014-11-14 01:26:01 +08:00
cask :v1 => 'hive' do
2014-12-01 08:58:18 +08:00
version '1.4.1'
sha256 '380f056ee5f88c86e69f1f08723db341aa482f36eb048972664d661f44efa58b'
url "https://github.com/hivewallet/hive-osx/releases/download/#{version}/Hive-#{version}.zip"
2014-10-15 23:43:51 +08:00
appcast 'https://hivewallet.com/hive-osx-appcast.xml',
2014-12-01 08:58:18 +08:00
:sha256 => '53a58f4b4bc888cde3e036ee3b09b44f0ba19b321492c82a93acc01891d310e1'
2014-01-31 22:14:56 +08:00
homepage 'http://www.hivewallet.com'
2014-10-01 23:33:02 +08:00
license :oss
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