summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2020-12-06 18:30:41 +0330
committerMohammadreza Abdollahzadeh2020-12-06 18:30:41 +0330
commitae36319b28496b944e5bbaa79bf62a6ddec76853 (patch)
treeab1e4fba95a792bad6f676543b4d689ff805e683 /PKGBUILD
parent8c2f5119cb24532c94f22383e6d4f55525ef631f (diff)
downloadaur-ae36319b28496b944e5bbaa79bf62a6ddec76853.tar.gz
update to v6.0.0_RC2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 167d8c58cd6f..842499cfd1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
-
pkgname=glassfish
-pkgver=6.0.0_M3_2020_10_04
+pkgver=6.0.0_RC2
pkgrel=1
pkgdesc="The Open Source Jakarta EE (Java EE) Reference Implementation."
url="https://github.com/eclipse-ee4j/glassfish"
@@ -9,10 +8,10 @@ license=("EPL")
depends=("java-environment=8")
arch=("any")
options=(!strip)
-source=("${pkgname}-${pkgver//_/-}.zip::${url}/releases/download/${pkgver//_/-}/${pkgname}-${pkgver//_/-}.zip"
+source=("https://download.eclipse.org/ee4j/${pkgname}/${pkgname}-${pkgver//_/-}.zip"
"${pkgname}.service")
-sha256sums=('f69a582e2ee15f49afb48adb2393d42351256ea070a60513e1ae17afe973e9c3'
+sha256sums=('1e8ed1e7eddcdb2a9033bacd27b4106d485778607d65acf556df644d4fb0ebd2'
'7dbfedd1bdd3e040e91f89f8b6895117db3fda0fac774d2fdd8d55e4f602afa6')
package() {