summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-06-17 14:13:50 +0200
committerJamie Magee2019-06-17 14:13:50 +0200
commit6e249d275fd830fb7fb3db42bd202a14fed61234 (patch)
tree63ac91470b5f613d48a1de47db20bc146bd29455
parente3d898f0d326d0794483f34fb735d262292ed5fc (diff)
downloadaur-6e249d275fd830fb7fb3db42bd202a14fed61234.tar.gz
upgpkg: java-openjfx-ea-bin 13b9-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4cbb0cf8da1..33bfc5d957b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = java-openjfx-ea-bin
pkgdesc = Java OpenJFX 13 Early-Access Build.
- pkgver = 13b8
+ pkgver = 13b9
pkgrel = 2
url = https://openjfx.io/
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+8_linux-x64_bin-sdk.zip
- source = https://download2.gluonhq.com/openjfx/13/openjfx-13-ea+8_linux-x64_bin-jmods.zip
- sha256sums = ba0951b22e9bc4d1f568dc740c0d0c75b78c7e7c5ddf0dc93a963eafd795bf9a
- sha256sums = 7359072b9a0a0ccb7445ad91155075402ea8643e88920ab4e27d814e4d5d9013
+ source = https://download2.gluonhq.com/openjfx/13/openjfx-13-ea+9_linux-x64_bin-sdk.zip
+ source = https://download2.gluonhq.com/openjfx/13/openjfx-13-ea+9_linux-x64_bin-jmods.zip
+ sha256sums = e2623e4d0021e21cbfa668a05c18afe4f2dc7a3cf82d21b724847c57f021d54b
+ sha256sums = 9000364ea4100421b9c95eb6cb9780b746aa8f4402858da86d6fa99b90f61822
pkgname = java-openjfx-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe2c9cfcbd53..b3fed72081fb 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=8
+_buildver=9
pkgver=${_majorver}b${_buildver}
pkgrel=2
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=('ba0951b22e9bc4d1f568dc740c0d0c75b78c7e7c5ddf0dc93a963eafd795bf9a'
- '7359072b9a0a0ccb7445ad91155075402ea8643e88920ab4e27d814e4d5d9013')
+sha256sums=('e2623e4d0021e21cbfa668a05c18afe4f2dc7a3cf82d21b724847c57f021d54b'
+ '9000364ea4100421b9c95eb6cb9780b746aa8f4402858da86d6fa99b90f61822')
_jvmdir=usr/lib/jvm/java-${_majorver}-openjdk