homebrew-cask/Casks/gitup.rb

20 lines
682 B
Ruby

cask 'gitup' do
version '1.0.9'
sha256 'a9d43f6b7f99c8a559fd002766691fc9c2699a549eb1e721f4c4c726c7b8c07f'
# s3-us-west-2.amazonaws.com/gitup-builds was verified as official when first introduced to the cask
url 'https://s3-us-west-2.amazonaws.com/gitup-builds/stable/GitUp.zip'
appcast 'https://github.com/git-up/GitUp/releases.atom',
checkpoint: '75471345678b24c6cc76d263c43dc625b3f26305635f7a11fd576bd002067966'
name 'GitUp'
homepage 'http://gitup.co/'
auto_updates true
depends_on macos: '>= :mountain_lion'
app 'GitUp.app'
binary "#{appdir}/GitUp.app/Contents/SharedSupport/gitup"
zap delete: '~/Library/Preferences/co.gitup.mac.plist'
end