jetbrains-jdk-bin: update to 11.0.11b1504.12.

This commit is contained in:
Anton Afanasyev 2021-04-07 22:18:38 -07:00 committed by Érico Nogueira Rolim
parent f42882ae06
commit c16b723e7b

View file

@ -1,19 +1,17 @@
# Template file for 'jetbrains-jdk-bin' # Template file for 'jetbrains-jdk-bin'
pkgname=jetbrains-jdk-bin pkgname=jetbrains-jdk-bin
version=11.0.10b1379.1 version=11.0.11b1504.12
revision=1 revision=1
archs="x86_64" archs="x86_64"
wrksrc="jbrsdk" wrksrc="jbr"
hostmakedepends="wget"
short_desc="JetBrains Java 11 JDK" short_desc="JetBrains Java 11 JDK"
maintainer="Anton Afanasyev <anton@doubleasoftware.com>" maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
license="GPL-2.0-only, Classpath-exception-2.0" license="GPL-2.0-only, Classpath-exception-2.0"
homepage="https://github.com/JetBrains/JetBrainsRuntime" homepage="https://github.com/JetBrains/JetBrainsRuntime"
_jdk_ver=${version%b*} _jdk_ver=${version%b*}
_jdk_build=${version#*b} _jdk_build=${version#*b}
distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_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=224e21f5e59aa21ee81793a44b0bdbef62aba43030d7ea90c2e6dc78a4401f86 checksum=1bef2d18ee6eb84de1cce9aceddfb8f2b8938f1c14a291960625c8c3e2331871
fetch_cmd="wget --quiet"
# 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
@ -27,7 +25,6 @@ do_install() {
vcopy bin ${TARGET_PATH} vcopy bin ${TARGET_PATH}
vcopy conf ${TARGET_PATH} vcopy conf ${TARGET_PATH}
vcopy include ${TARGET_PATH} vcopy include ${TARGET_PATH}
vcopy jmods ${TARGET_PATH}
vcopy legal ${TARGET_PATH} vcopy legal ${TARGET_PATH}
vcopy lib ${TARGET_PATH} vcopy lib ${TARGET_PATH}
vcopy release ${TARGET_PATH} vcopy release ${TARGET_PATH}