Commit 8d58d5de authored by Ed Reel's avatar Ed Reel

Update oc from 3.7.0 to 3.11.0

parent 9872eb73
......@@ -3,20 +3,16 @@ require 'package'
class Oc < Package
description 'Enterprise Kubernetes for Developers'
homepage 'https://github.com/openshift/origin'
version '3.7.0'
version '3.11.0'
case ARCH
when 'x86_64'
source_url 'https://github.com/openshift/origin/releases/download/v3.7.0/openshift-origin-client-tools-v3.7.0-7ed6862-linux-64bit.tar.gz'
source_sha256 '573e39965633671aac08d68f57d66ff182fb646649523914f0a60debb6515eba'
else
puts 'Architecture not supported. The only available platform is x86_64.'.lightred
source_url 'https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz'
source_sha256 '4b0f07428ba854174c58d2e38287e5402964c9a9355f6c359d1242efd0990da3'
end
binary_url ({
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/oc-3.7.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
x86_64: '3243a878b6ba2c52888c633c29b95ac07bb63ec6704e90e849a6e6d463c0d1bc',
})
def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment