homebrew-cask/Casks/aptible.rb

14 lines
646 B
Ruby
Raw Normal View History

cask 'aptible' do
2018-05-15 21:34:45 +08:00
version '0.16.0+20180515093244,174'
sha256 'cb25fcd5f73907da032df1c6128affe5a29e8e86791bd05d49077ad8b8ec5a1d'
# omnibus-aptible-toolbelt.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://omnibus-aptible-toolbelt.s3.amazonaws.com/aptible/omnibus-aptible-toolbelt/master/#{version.after_comma}/pkg/aptible-toolbelt-#{version.before_comma.sub('+', '%2B')}-mac-os-x.10.11.6-1.pkg"
name 'Aptible Toolbelt'
homepage 'https://www.aptible.com/support/toolbelt/'
pkg "aptible-toolbelt-#{version.before_comma}-mac-os-x.10.11.6-1.pkg"
uninstall pkgutil: 'com.aptible.toolbelt'
end