homebrew-cask/Casks/jet.rb

12 lines
411 B
Ruby
Raw Normal View History

cask 'jet' do
version '1.14.1'
sha256 '7665d7c62b9e89e42a733d8ef1567138b94df196947b73e7356c6b5252351fca'
# 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-11-23 21:34:24 +08:00
homepage 'https://documentation.codeship.com/docker/'
binary 'jet'
end