jetbrains-jdk-bin: update to 11.0.9.1b1244.2.

This commit is contained in:
Anton Afanasyev 2021-01-03 00:04:55 -08:00 committed by Érico Nogueira Rolim
parent 00e81525ee
commit 669491075c

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.9.1b1207.1 version=11.0.9.1b1244.2
revision=1 revision=1
archs="x86_64" archs="x86_64"
wrksrc="jbrsdk" wrksrc="jbrsdk"
@ -12,8 +12,8 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
_jdk_ver=${version%b*} _jdk_ver=${version%b*}
_jdk_build=${version#*b} _jdk_build=${version#*b}
distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz" distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
checksum=a7537c2d8bc1fa83858e6bdccd4da006b5599a0649b9a6d61b93e4f714a10ee1 checksum=d0b47b6a8981da8c457642b7b35462e1711f6ec339bd1ba29f62f1173f172c04
fetch_cmd="wget" fetch_cmd="wget --quiet"
# 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