jetbrains-jdk-bin: update to 11.0.15b2043.56.
This commit is contained in:
parent
e21e3cf411
commit
471d66133e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jetbrains-jdk-bin'
|
||||
pkgname=jetbrains-jdk-bin
|
||||
version=11.0.14.1b2043.17
|
||||
version=11.0.15b2043.56
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
wrksrc="jbr"
|
||||
|
@ -11,11 +11,12 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
|
|||
_jdk_ver=${version%b*}
|
||||
_jdk_build=${version#*b}
|
||||
distfiles="https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
|
||||
checksum=2c5b7398acb2b718cbdd8327e4c77e52b131fdf3424fee03d0c51afb3b315c10
|
||||
checksum=192bc1c4d877a9035a08db8a4bc9ac98551fa344ec5835f08d455fab66c82fe0
|
||||
# This JDK appears to link to libs that do not exist, but functions well even in their absence.
|
||||
# Best guess is that they are optional. ¯\_(ツ)_/¯
|
||||
noverifyrdeps=yes
|
||||
nopie=yes
|
||||
noshlibprovides=yes
|
||||
|
||||
do_install() {
|
||||
TARGET_PATH="usr/lib/jvm/jbrsdk"
|
||||
|
|
Loading…
Reference in New Issue