homebrew-cask/Casks/hive.rb

16 lines
526 B
Ruby
Raw Normal View History

class Hive < Cask
2014-08-16 05:34:00 +08:00
version '1.3.4'
sha256 'bbf99210f9d359d1f75482abebd24eb7cb3103d437c47a0dbf107f4bf9dcd97b'
url "https://github.com/hivewallet/hive-osx/releases/download/#{version}/Hive-#{version}.zip"
2014-06-04 19:51:01 +08:00
appcast 'https://hivewallet.com/hive-osx-appcast.xml'
2014-01-31 22:14:56 +08:00
homepage 'http://www.hivewallet.com'
2014-09-16 00:05:41 +08:00
app 'Hive.app'
2014-09-09 20:55:27 +08:00
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.hivewallet.Hive', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end