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
b48ace06
Commit
b48ace06
authored
9 years ago
by
Michał Siwek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #127 from thedamian/master
Corrected URL for JDK8 x64 version
parents
d9f48467
4da66ff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
packages/jdk8.rb
packages/jdk8.rb
+2
-6
No files found.
packages/jdk8.rb
View file @
b48ace06
...
...
@@ -4,14 +4,10 @@ class Jdk8 < Package
version
'8.0.25'
binary_url
({
i686:
"https://www.dropbox.com/s/d1omw087ilkh5oq/jdk1.8.0_25_i686.tar.gz?dl=0"
,
x86_64:
"https://www.dropbox.com/s/
2zohwl033i6rol2/jdk1.8.0_2
5_x86_64.tar.gz?dl=0"
x86_64:
"https://www.dropbox.com/s/
my0ztzdngrjbsfh/jdk1.8.0_6
5_x86_64.tar.gz?dl=0"
})
binary_sha1
({
i686:
"2f6fabc6e7b86fa2f21d19f9617d2641c5862a30"
,
x86_64:
"
601ab66006ade8bbac8dad465cf71aefe5266744
"
x86_64:
"
7701c06a704722b73bf8468a9d7819693e6d4be0
"
})
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