homebrew-cask/Casks/hive.rb

16 lines
522 B
Ruby
Raw Normal View History

class Hive < Cask
version '1.3.1'
sha256 '767c25887ac701d67a46cf539a98d34ff3d2b7e64d33a6d8e1b311c685892349'
2014-06-03 17:33:57 +08:00
url 'https://github.com/hivewallet/hive-osx/releases/download/1.3.1/Hive-1.3.1.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'
link 'Hive.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.hivewallet.Hive', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end