jetbrains-jdk-bin: update to 11.0.9.1b1244.2.
This commit is contained in:
parent
00e81525ee
commit
669491075c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jetbrains-jdk-bin'
|
||||
pkgname=jetbrains-jdk-bin
|
||||
version=11.0.9.1b1207.1
|
||||
version=11.0.9.1b1244.2
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
wrksrc="jbrsdk"
|
||||
|
@ -12,8 +12,8 @@ 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=a7537c2d8bc1fa83858e6bdccd4da006b5599a0649b9a6d61b93e4f714a10ee1
|
||||
fetch_cmd="wget"
|
||||
checksum=d0b47b6a8981da8c457642b7b35462e1711f6ec339bd1ba29f62f1173f172c04
|
||||
fetch_cmd="wget --quiet"
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue