homebrew-cask/Casks/hive.rb

16 lines
520 B
Ruby
Raw Normal View History

class Hive < Cask
2014-06-27 10:12:29 +08:00
version '1.3.2'
sha256 '1a903d177315bbd9268bb9202a30c3a7b929a74b0afb8f271fd13e9c955f74f7'
2014-06-27 10:12:29 +08:00
url 'https://github.com/hivewallet/hive-osx/releases/download/1.3.2/Hive-1.3.2.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