jetbrains-jdk-bin: update to 11.0.7b903.3.

This commit is contained in:
Anton Afanasyev 2020-05-04 00:36:50 -07:00 committed by Piotr
parent 0963ae94b2
commit 5b38ea9318

View file

@ -1,6 +1,6 @@
# Template file for 'jetbrains-jdk-bin'
pkgname=jetbrains-jdk-bin
version=11.0.6b840.3
version=11.0.7b903.3
revision=1
archs="x86_64"
wrksrc="jbrsdk"
@ -12,7 +12,7 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
_jdk_ver=${version%b*}
_jdk_build=${version#*b}
distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
checksum=951280b968197f8b48065bd6251a0c2bd8eb26f2f25280fcd69c83096874d47b
checksum=35bc451de967967408eac5131f7ecfe62fbab2e9842f24886fa46adac78f42ef
# 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. ¯\_(ツ)_/¯
fetch_cmd="wget"