homebrew-cask/Casks/fastlane.rb

20 lines
686 B
Ruby
Raw Normal View History

2016-11-18 23:26:29 +08:00
cask 'fastlane' do
2017-02-02 13:49:20 +08:00
version '1.7'
sha256 'fc5fb2f28229cd02f49586f30da7075d557cae8fb6717f4c5d4e195fc3eb3beb'
2016-11-18 23:26:29 +08:00
# kits-crashlytics-com.s3.amazonaws.com/fastlane/ was verified as official when first introduced to the cask
url "https://kits-crashlytics-com.s3.amazonaws.com/fastlane/standalone/bundle-#{version}.zip"
name 'fastlane'
homepage 'https://fastlane.tools/'
2016-11-18 23:26:29 +08:00
installer script: {
executable: "#{staged_path}/install",
args: ['-p', '-u', '-b'],
}
2016-11-18 23:26:29 +08:00
2017-01-01 21:16:58 +08:00
uninstall script: {
executable: "#{staged_path}/uninstall",
args: ['-y'],
}
2016-11-18 23:26:29 +08:00
end