summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2768922aa6f..38af43bc2996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = java-openjfx-ea-bin
pkgdesc = Java OpenJFX 13 Early-Access Build.
- pkgver = 13b5
+ pkgver = 13b6
pkgrel = 1
url = http://jdk.java.net/openjfx/
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = java-openjfx-ea-bin
depends = webkit2gtk
depends = ffmpeg
depends = qt5-base
- source = https://download2.gluonhq.com/openjfx/13/openjfx-13-ea+5_linux-x64_bin-sdk.zip
- source = https://download2.gluonhq.com/openjfx/13/openjfx-13-ea+5_linux-x64_bin-jmods.zip
- sha256sums = c6e9d83adccb20136aa8d4aead1e6baee169b62f56c5d0ca447bf1d3c3482b1f
- sha256sums = 889432d2aaef1e02fc9cda4a87d985c2998b6a059998dcd3732926b292bedaf2
+ source = https://download2.gluonhq.com/openjfx/13/openjfx-13-ea+6_linux-x64_bin-sdk.zip
+ source = https://download2.gluonhq.com/openjfx/13/openjfx-13-ea+6_linux-x64_bin-jmods.zip
+ sha256sums = aa6f2a154adf3d5df8a68f8e270ed844608343f8b591df6e1939db59226d6f45
+ sha256sums = 48f952632d88916eb2c8fe42aaa36d1d9f383a93a63069fedae0369840df6da7
pkgname = java-openjfx-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index a8f119196b20..238e045cdf3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
pkgname=java-openjfx-ea-bin
_majorver=13
-_buildver=5
+_buildver=6
pkgver=${_majorver}b${_buildver}
pkgrel=1
pkgdesc="Java OpenJFX ${_majorver} Early-Access Build."
@@ -12,8 +12,8 @@ license=('GPL2')
depends=('java-openjdk-ea-bin' 'gstreamer' 'libxtst' 'webkit2gtk' 'ffmpeg' 'qt5-base')
source=("https://download2.gluonhq.com/openjfx/${_majorver}/openjfx-${_majorver}-ea+${_buildver}_linux-x64_bin-sdk.zip"
"https://download2.gluonhq.com/openjfx/${_majorver}/openjfx-${_majorver}-ea+${_buildver}_linux-x64_bin-jmods.zip")
-sha256sums=('c6e9d83adccb20136aa8d4aead1e6baee169b62f56c5d0ca447bf1d3c3482b1f'
- '889432d2aaef1e02fc9cda4a87d985c2998b6a059998dcd3732926b292bedaf2')
+sha256sums=('aa6f2a154adf3d5df8a68f8e270ed844608343f8b591df6e1939db59226d6f45'
+ '48f952632d88916eb2c8fe42aaa36d1d9f383a93a63069fedae0369840df6da7')
_jvmdir=usr/lib/jvm/java-${_majorver}-openjdk