jetbrains-jdk-bin: update to 11.0.15b2043.56.

This commit is contained in:
Anton Afanasyev 2022-04-26 08:43:56 -07:00 committed by Piotr
parent e21e3cf411
commit 471d66133e

View file

@ -1,6 +1,6 @@
# Template file for 'jetbrains-jdk-bin' # Template file for 'jetbrains-jdk-bin'
pkgname=jetbrains-jdk-bin pkgname=jetbrains-jdk-bin
version=11.0.14.1b2043.17 version=11.0.15b2043.56
revision=1 revision=1
archs="x86_64" archs="x86_64"
wrksrc="jbr" wrksrc="jbr"
@ -11,11 +11,12 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
_jdk_ver=${version%b*} _jdk_ver=${version%b*}
_jdk_build=${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" 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. # 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. ¯\_(ツ)_/¯ # Best guess is that they are optional. ¯\_(ツ)_/¯
noverifyrdeps=yes noverifyrdeps=yes
nopie=yes nopie=yes
noshlibprovides=yes
do_install() { do_install() {
TARGET_PATH="usr/lib/jvm/jbrsdk" TARGET_PATH="usr/lib/jvm/jbrsdk"