mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
16 lines
480 B
Ruby
16 lines
480 B
Ruby
cask :v1 => 'hive' do
|
|
version '1.4.1'
|
|
sha256 '380f056ee5f88c86e69f1f08723db341aa482f36eb048972664d661f44efa58b'
|
|
|
|
# github.com is the official download host per the vendor homepage
|
|
url "https://github.com/hivewallet/hive-osx/releases/download/#{version}/Hive-#{version}.zip"
|
|
appcast 'https://github.com/hivewallet/hive-osx/releases.atom'
|
|
homepage 'http://www.hivewallet.com'
|
|
license :gpl
|
|
|
|
app 'Hive.app'
|
|
|
|
postflight do
|
|
suppress_move_to_applications
|
|
end
|
|
end
|