jetbrains-jdk-bin: update to 11.0.11b1504.12.
This commit is contained in:
parent
f42882ae06
commit
c16b723e7b
|
@ -1,19 +1,17 @@
|
|||
# Template file for 'jetbrains-jdk-bin'
|
||||
pkgname=jetbrains-jdk-bin
|
||||
version=11.0.10b1379.1
|
||||
version=11.0.11b1504.12
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
wrksrc="jbrsdk"
|
||||
hostmakedepends="wget"
|
||||
wrksrc="jbr"
|
||||
short_desc="JetBrains Java 11 JDK"
|
||||
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||
license="GPL-2.0-only, Classpath-exception-2.0"
|
||||
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=224e21f5e59aa21ee81793a44b0bdbef62aba43030d7ea90c2e6dc78a4401f86
|
||||
fetch_cmd="wget --quiet"
|
||||
distfiles="https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
|
||||
checksum=1bef2d18ee6eb84de1cce9aceddfb8f2b8938f1c14a291960625c8c3e2331871
|
||||
# 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. ¯\_(ツ)_/¯
|
||||
noverifyrdeps=yes
|
||||
|
@ -27,7 +25,6 @@ do_install() {
|
|||
vcopy bin ${TARGET_PATH}
|
||||
vcopy conf ${TARGET_PATH}
|
||||
vcopy include ${TARGET_PATH}
|
||||
vcopy jmods ${TARGET_PATH}
|
||||
vcopy legal ${TARGET_PATH}
|
||||
vcopy lib ${TARGET_PATH}
|
||||
vcopy release ${TARGET_PATH}
|
||||
|
|
Loading…
Reference in New Issue