mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/jdk: Updated for version 7u15.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
426d1c2b6c
commit
158c9b7f67
3 changed files with 11 additions and 11 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jdk
|
||||
VERSION=${VERSION:-7u13}
|
||||
VERSION=${VERSION:-7u15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jdk"
|
||||
VERSION="7u13"
|
||||
VERSION="7u15"
|
||||
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
||||
DOWNLOAD="http://download.oracle.com/otn-pub/java/jdk/7u13-b20/jdk-7u13-linux-i586.tar.gz"
|
||||
MD5SUM="2e129b77f7c2640dde08c267ed000c49"
|
||||
DOWNLOAD_x86_64="http://download.oracle.com/otn-pub/java/jdk/7u13-b20/jdk-7u13-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="5286b7e752fb8814d85124cb623ff045"
|
||||
DOWNLOAD="http://download.oracle.com/otn-pub/java/jdk/7u15-b03/jdk-7u15-linux-i586.tar.gz"
|
||||
MD5SUM="6ebab8e0942706af2f7f5e0195a96f2c"
|
||||
DOWNLOAD_x86_64="http://download.oracle.com/otn-pub/java/jdk/7u15-b03/jdk-7u15-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="118a16aab9ff2c3f7c7788658cc77734"
|
||||
REQUIRES=""
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
jdk: jdk (Java(TM) 2 Platform Standard Edition Development Kit)
|
||||
|
|
Loading…
Reference in a new issue