mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
jetbrains-jdk-bin: update to 11.0.9.1b1207.1.
This commit is contained in:
parent
d5bce4de37
commit
a9002caf59
2 changed files with 3 additions and 3 deletions
|
@ -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. ¯\_(ツ)_/¯
|
||||
|
|
|
@ -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</a>)"
|
||||
pattern="jbrsdk-\d+_\d+_\d+(?:_\d+)?-(?:linux-x64-)\Kb\d+\.\d+(?=\.tar\.gz</a>)"
|
||||
|
|
Loading…
Add table
Reference in a new issue