Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
8d58d5de
Commit
8d58d5de
authored
Oct 13, 2018
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update oc from 3.7.0 to 3.11.0
parent
9872eb73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
packages/oc.rb
packages/oc.rb
+3
-7
No files found.
packages/oc.rb
View file @
8d58d5de
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment