jetbrains-jdk-bin: update to 11.0.6b676.4
This commit is contained in:
parent
b2e1828330
commit
5171c92382
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jetbrains-jdk-bin'
|
||||
pkgname=jetbrains-jdk-bin
|
||||
version=11.0.5b635.1
|
||||
version=11.0.6b676.4
|
||||
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=ac952567c698d99ee8cf4423f09995776310108ca0ebcb1764862795227aa728
|
||||
checksum=9d609f482a1325e57b839b56b3c2b6d0445006d4539a3bdbbc1565f04ce754f2
|
||||
# This JDK appears to link to libs that do not exist, but still continues to function well even in their absence.
|
||||
# Best guess is that they are optional. ¯\_(ツ)_/¯
|
||||
fetch_cmd="wget"
|
||||
|
|
Loading…
Reference in New Issue