development/jdk: Updated for versin 8u361.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-01-30 09:16:14 +07:00
parent c986abb4a4
commit f32aeda15d
2 changed files with 6 additions and 9 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jdk
VERSION=${VERSION:-8u321}
VERSION=${VERSION:-8u361}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,10 +1,10 @@
PRGNAM="jdk"
VERSION="8u321"
VERSION="8u361"
HOMEPAGE="https://www.oracle.com/technetwork/java/javase/downloads/index.html"
DOWNLOAD="https://download.oracle.com/otn/java/jdk/8u321-b10/d7fc238d0cbf4b0dac67be84580cfb4b/jdk-8u321-linux-i586.tar.gz"
MD5SUM="20ffce4cc1982e1c01bfb0943adacb15"
DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/8u321-b10/d7fc238d0cbf4b0dac67be84580cfb4b/jdk-8u321-linux-x64.tar.gz"
MD5SUM_x86_64="ded2d074da6862ce923f3f2c67570e11"
DOWNLOAD="https://download.oracle.com/otn/java/jdk/8u361-b09/0ae14417abb444ebb02b9815e2103550/jdk-8u361-linux-i586.tar.gz"
MD5SUM="c84fc3365e2e149f53315106f024b9ad"
DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/8u361-b09/0ae14417abb444ebb02b9815e2103550/jdk-8u361-linux-x64.tar.gz"
MD5SUM_x86_64="c4c1323013dd34a6f2cc184fe13b4abc"
REQUIRES=""
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"