Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
24cae881
Commit
24cae881
authored
Jun 08, 2011
by
Anke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jre/jdk update to 6u26
parent
3d2d0ae0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
jdk/PKGBUILD
jdk/PKGBUILD
+4
-4
jre/PKGBUILD
jre/PKGBUILD
+3
-3
No files found.
jdk/PKGBUILD
View file @
24cae881
...
...
@@ -8,7 +8,7 @@
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
jdk
pkgver
=
6u2
5
pkgver
=
6u2
6
pkgrel
=
1
pkgdesc
=
"Sun's Java Development Kit"
arch
=(
'i686'
'x86_64'
)
...
...
@@ -17,7 +17,7 @@ arch=('i686' 'x86_64')
url
=
"http://java.sun.com"
depends
=(
'glibc'
'jre'
)
install
=
"jdk.install"
source
=(
http://download.oracle.com/otn-pub/java/jdk/6u2
5-b06
/jdk-
${
pkgver
}
-linux-
${
ARCH
}
.bin
source
=(
http://download.oracle.com/otn-pub/java/jdk/6u2
6-b03
/jdk-
${
pkgver
}
-linux-
${
ARCH
}
.bin
construct.sh::http://java.net/projects/jdk-distros/sources/svn/content/trunk/utils/construct.sh?raw
=
true
jdk.profile
jdk.profile.csh
...
...
@@ -26,7 +26,7 @@ source=(http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jdk-${pkgver}-linux
java-policy-settings.desktop
java-visualvm.desktop
java-web-start.desktop
)
[
"
$CARCH
"
=
"i686"
]
&&
md5sums
=(
'
be431aaedd0d129757ce36018d3f8aef
'
[
"
$CARCH
"
=
"i686"
]
&&
md5sums
=(
'
89ab2af35371a0b996dd00f07e57218d
'
'94065b612df0046d9ae758943f9f6a75'
'7aaac9ec3e440b92361c6561ac00424a'
'6f4cbf332816d2c4e9578ecd1d0dce7f'
...
...
@@ -35,7 +35,7 @@ source=(http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jdk-${pkgver}-linux
'8e3cec7ab641ec449cabd068be583f5c'
'9ba148ebabce8ed3351b813a9a66b6e5'
'568451cf45fc8c7adb83a222a61ca2c6'
)
[
"
$CARCH
"
=
"x86_64"
]
&&
md5sums
=(
'
763f15de48f53cde3caeaa70e191848e
'
[
"
$CARCH
"
=
"x86_64"
]
&&
md5sums
=(
'
cbb1577434c3c43e882357a1901ba18f
'
'94065b612df0046d9ae758943f9f6a75'
'7aaac9ec3e440b92361c6561ac00424a'
'6f4cbf332816d2c4e9578ecd1d0dce7f'
...
...
jre/PKGBUILD
View file @
24cae881
...
...
@@ -8,7 +8,7 @@
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
jre
pkgver
=
6u2
5
pkgver
=
6u2
6
pkgrel
=
1
pkgdesc
=
"Sun's java runtime environment"
arch
=(
'i686'
'x86_64'
)
...
...
@@ -20,10 +20,10 @@ install="jre.install"
source
=(
http://download.java.net/dlj/binaries/jdk-
${
pkgver
}
-dlj-linux-
$ARCH
.bin
construct.sh::http://java.net/projects/jdk-distros/sources/svn/content/trunk/utils/construct.sh?raw
=
true
jre.profile
)
[
"
$CARCH
"
=
"i686"
]
&&
md5sums
=(
'
f11b093c0f646dd2bf348cadd388ad1f
'
[
"
$CARCH
"
=
"i686"
]
&&
md5sums
=(
'
89ab2af35371a0b996dd00f07e57218d
'
'94065b612df0046d9ae758943f9f6a75'
'50b4f5ac4129097461d246645d73a622'
)
[
"
$CARCH
"
=
"x86_64"
]
&&
md5sums
=(
'
bc239ea3f5e2ef067fb4eee79afeab9f
'
[
"
$CARCH
"
=
"x86_64"
]
&&
md5sums
=(
'
43f4e9699afce82d3ebae841c59d02fb
'
'94065b612df0046d9ae758943f9f6a75'
'50b4f5ac4129097461d246645d73a622'
)
replaces
=(
'j2re'
)
...
...
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