homebrew-cask/Casks/jet.rb

13 lines
510 B
Ruby
Raw Normal View History

cask 'jet' do
2018-06-08 06:49:30 +08:00
version '2.6.1'
sha256 '1bc2cb084eeb643938778d93b98d53362dc0760e5bcf7220cbc6918dc4bcc9e0'
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://documentation.codeship.com/pro/jet-cli/release-notes/'
name 'Codeship Jet'
homepage 'https://documentation.codeship.com/pro/builds-and-configuration/cli/'
binary 'jet'
end