homebrew-cask/Casks/jet.rb

12 lines
408 B
Ruby
Raw Normal View History

cask 'jet' do
2017-03-31 09:41:40 +08:00
version '1.17.0'
sha256 'b728fb6070081d81e6c1c58a504426c3cd554d408ab80779b18b133873f413fe'
# s3.amazonaws.com/codeship-jet-releases was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/codeship-jet-releases/#{version}/jet-darwin_amd64_#{version}.tar.gz"
name 'Codeship Jet'
2016-12-25 07:34:06 +08:00
homepage 'https://documentation.codeship.com/pro/'
binary 'jet'
end