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
86ef3345
Commit
86ef3345
authored
8 years ago
by
Ben Fayers
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update x86_64 url and sha1
parent
4f229b94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packages/jdk8.rb
packages/jdk8.rb
+2
-2
No files found.
packages/jdk8.rb
View file @
86ef3345
...
...
@@ -4,10 +4,10 @@ class Jdk8 < Package
version
'1.8.0-112'
binary_url
({
i686:
"https://dl.dropboxusercontent.com/u/14799278/crew/jdk1.8.0_112-i686.tar.gz"
,
x86_64:
"https://
www.dropbox.com/s/ykw2jt797cpghfy/jdk1.8.0_65_x86_64.tar.gz?dl=0
"
x86_64:
"https://
dl.dropboxusercontent.com/u/14799278/crew/jdk1.8.0_112-x86_64.tar.gz
"
})
binary_sha1
({
i686:
"65de377470bdd42e4f3e158b16917166ebe47a02"
,
x86_64:
"
7701c06a704722b73bf8468a9d7819693e6d4be0
"
x86_64:
"
9a009b3b33cbb82ec70e7b0061973b09308c7fed
"
})
end
This diff is collapsed.
Click to expand it.
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