homebrew-cask/Casks/aptible.rb

17 lines
808 B
Ruby

cask "aptible" do
version "0.17.0,20210111183933,226"
sha256 "607963fecddf06b9b4589ebaf0ead8735243a66876d567a3b1b72c08891b7da9"
url "https://omnibus-aptible-toolbelt.s3.amazonaws.com/aptible/omnibus-aptible-toolbelt/master/#{version.after_comma.after_comma}/pkg/aptible-toolbelt-#{version.before_comma}%2B#{version.after_comma.before_comma}-mac-os-x.10.11.6-1.pkg",
verified: "omnibus-aptible-toolbelt.s3.amazonaws.com/"
name "Aptible Toolbelt"
desc "Command-line tool for Aptible Deploy, an audit-ready App Deployment Platform"
homepage "https://www.aptible.com/documentation/deploy/cli.html"
depends_on formula: "libu2f-host"
pkg "aptible-toolbelt-#{version.before_comma}+#{version.after_comma.before_comma}-mac-os-x.10.11.6-1.pkg"
uninstall pkgutil: "com.aptible.toolbelt"
end