diff --git a/srcpkgs/jetbrains-jdk-bin/template b/srcpkgs/jetbrains-jdk-bin/template index c895bfa4fe0..0e97321dfb0 100644 --- a/srcpkgs/jetbrains-jdk-bin/template +++ b/srcpkgs/jetbrains-jdk-bin/template @@ -1,6 +1,6 @@ # Template file for 'jetbrains-jdk-bin' pkgname=jetbrains-jdk-bin -version=11.0.9b1183.9 +version=11.0.9.1b1207.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=aec4dbcf20f47bfe6e1f26dd84e17e395a8e31fda45c981ec8c2ba7767108494 +checksum=a7537c2d8bc1fa83858e6bdccd4da006b5599a0649b9a6d61b93e4f714a10ee1 fetch_cmd="wget" # 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. ¯\_(ツ)_/¯ diff --git a/srcpkgs/jetbrains-jdk-bin/update b/srcpkgs/jetbrains-jdk-bin/update index ef354cac3dd..a055a2380e9 100644 --- a/srcpkgs/jetbrains-jdk-bin/update +++ b/srcpkgs/jetbrains-jdk-bin/update @@ -3,4 +3,4 @@ # It will be up to the maintainer to go hunt down the correct jdk version and update the template. _jdk_build=${version#*b} version=b${_jdk_build} -pattern="jbrsdk-\d+_\d+_\d+-(?:linux-x64-)\Kb\d+\.\d+(?=\.tar\.gz)" +pattern="jbrsdk-\d+_\d+_\d+(?:_\d+)?-(?:linux-x64-)\Kb\d+\.\d+(?=\.tar\.gz)"