jetbrains-jdk-bin: update to 11.0.7b999.1.
This commit is contained in:
parent
99e5ce24da
commit
ab05332556
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jetbrains-jdk-bin'
|
||||
pkgname=jetbrains-jdk-bin
|
||||
version=11.0.7b944.10
|
||||
version=11.0.7b999.1
|
||||
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=5e864d2517f1337fc44459e25c177e4c9b31174bac3c2ccd15a3958a4fee238b
|
||||
checksum=f04fca432f6a9762c8f52db89e20758bb64307627051185cb1e7c91b141afdcd
|
||||
# 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"
|
||||
|
|
Loading…
Reference in a new issue