mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
jetbrains-jdk-bin: update to 11.0.11b1504.16.
This commit is contained in:
parent
3db1a2d355
commit
6b7f190e03
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'jetbrains-jdk-bin'
|
# Template file for 'jetbrains-jdk-bin'
|
||||||
pkgname=jetbrains-jdk-bin
|
pkgname=jetbrains-jdk-bin
|
||||||
version=11.0.11b1504.12
|
version=11.0.11b1504.16
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
wrksrc="jbr"
|
wrksrc="jbr"
|
||||||
|
@ -11,7 +11,7 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
|
||||||
_jdk_ver=${version%b*}
|
_jdk_ver=${version%b*}
|
||||||
_jdk_build=${version#*b}
|
_jdk_build=${version#*b}
|
||||||
distfiles="https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
|
distfiles="https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
|
||||||
checksum=1bef2d18ee6eb84de1cce9aceddfb8f2b8938f1c14a291960625c8c3e2331871
|
checksum=f289130e302357d000c84e56d31e24fb0d1fcf74cac84787acc1b08d6f51490f
|
||||||
# This JDK appears to link to libs that do not exist, but functions well even in their absence.
|
# 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. ¯\_(ツ)_/¯
|
# Best guess is that they are optional. ¯\_(ツ)_/¯
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# NOTE: This does not check the jdk_ver part of the version (eg 11.0.4)
|
_jdk_ver=${version%b*}
|
||||||
# If it changes, this update check will not detect it, it will only detect the build number change.
|
|
||||||
# It will be up to the maintainer to go hunt down the correct jdk version and update the template.
|
|
||||||
_jdk_build=${version#*b}
|
_jdk_build=${version#*b}
|
||||||
version=b${_jdk_build}
|
version=${_jdk_ver}.b${_jdk_build}
|
||||||
pattern="jbrsdk-\d+_\d+_\d+(?:_\d+)?-(?:linux-x64-)\Kb\d+\.\d+(?=\.tar\.gz</a>)"
|
pattern="/releases/tag/jb\K11_\d+_\d+-b\d+(\.\d+)?(?=\">)"
|
||||||
|
site="https://github.com/JetBrains/JetBrainsRuntime"
|
||||||
|
|
Loading…
Add table
Reference in a new issue