summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-02-08 14:10:32 +0100
committerJamie Magee2019-02-08 14:10:32 +0100
commitfe1ba0d2536c6b39cf776e0e47675c21aa5615ba (patch)
tree8932a2fd004f0a4f108c4472e9b45d5bbe67babd
parente4bbe2667f51b022d3ecbedc9c4ea00b37dfb69e (diff)
downloadaur-fe1ba0d2536c6b39cf776e0e47675c21aa5615ba.tar.gz
upgpkg: java-openjfx-ea-bin 12b12-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1653f5f074b..32c378d512cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = java-openjfx-ea-bin
pkgdesc = Java OpenJFX 12 Early-Access Build.
- pkgver = 12b11
- pkgrel = 2
+ pkgver = 12b12
+ pkgrel = 1
url = http://jdk.java.net/openjfx/
arch = x86_64
license = GPL2
@@ -11,10 +11,10 @@ pkgbase = java-openjfx-ea-bin
depends = webkit2gtk
depends = ffmpeg
depends = qt5-base
- source = https://download2.gluonhq.com/openjfx/12/openjfx-12-ea+11_linux-x64_bin-sdk.zip
- source = https://download2.gluonhq.com/openjfx/12/openjfx-12-ea+11_linux-x64_bin-jmods.zip
- sha256sums = 0b8e16f9edf4980a33fae35a8f61b1272dde9763ea75485c3bed0f9cbeede2fe
- sha256sums = e4610b34ed2a2a9cfd6fc3ec7c80762664045d3791084e77517c62a01a0a27c6
+ source = https://download2.gluonhq.com/openjfx/12/openjfx-12-ea+12_linux-x64_bin-sdk.zip
+ source = https://download2.gluonhq.com/openjfx/12/openjfx-12-ea+12_linux-x64_bin-jmods.zip
+ sha256sums = a5d5ecd25696c54ee4b7fbf2ca9005f3349af4bcf127bb9838d6b26fa9afc3fc
+ sha256sums = f05209bc0873e9e87c81d550c92e77b43953f695550a942902bb6c200b9c1849
pkgname = java-openjfx-ea-bin
diff --git a/PKGBUILD b/PKGBUILD
index d436eaafa561..928ba20d0e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
pkgname=java-openjfx-ea-bin
_majorver=12
-_buildver=11
+_buildver=12
pkgver=${_majorver}b${_buildver}
-pkgrel=2
+pkgrel=1
pkgdesc="Java OpenJFX ${_majorver} Early-Access Build."
arch=('x86_64')
url='http://jdk.java.net/openjfx/'
@@ -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=('0b8e16f9edf4980a33fae35a8f61b1272dde9763ea75485c3bed0f9cbeede2fe'
- 'e4610b34ed2a2a9cfd6fc3ec7c80762664045d3791084e77517c62a01a0a27c6')
+sha256sums=('a5d5ecd25696c54ee4b7fbf2ca9005f3349af4bcf127bb9838d6b26fa9afc3fc'
+ 'f05209bc0873e9e87c81d550c92e77b43953f695550a942902bb6c200b9c1849')
_jvmdir=usr/lib/jvm/java-${_majorver}-openjdk