homebrew-cask/Casks/hockeyapp.rb

17 lines
557 B
Ruby
Raw Normal View History

class Hockeyapp < Cask
version 'latest'
sha256 :no_check
url 'https://rink.hockeyapp.net/api/2/apps/67503a7926431872c4b6c1549f5bd6b1?format=zip'
2014-06-04 19:51:01 +08:00
appcast 'https://rink.hockeyapp.net/api/2/apps/67503a7926431872c4b6c1549f5bd6b1'
homepage 'http://hockeyapp.net/releases/mac/'
2014-09-16 00:05:41 +08:00
app 'HockeyApp.app'
2014-05-29 06:14:47 +08:00
binary 'HockeyApp.app/Contents/Resources/puck'
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.hockeyapp.mac', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end