homebrew-cask/Casks/hive.rb

16 lines
522 B
Ruby

class Hive < Cask
version '1.3.1'
sha256 '767c25887ac701d67a46cf539a98d34ff3d2b7e64d33a6d8e1b311c685892349'
url 'https://github.com/hivewallet/hive-osx/releases/download/1.3.1/Hive-1.3.1.zip'
appcast 'https://hivewallet.com/hive-osx-appcast.xml'
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