You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .SRCINFO
+17-21Lines changed: 17 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
pkgbase = liberica-jdk-full-bin
2
2
pkgdesc = BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. Full version includes OpenJFX.
Copy file name to clipboardExpand all lines: PKGBUILD
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@
9
9
10
10
_jdkname=liberica-jdk-full
11
11
pkgname="${_jdkname}-bin"
12
-
_java_ver=23
13
-
_pkgver=${_java_ver}.0.2+9
14
-
pkgver=${_pkgver/+/.u}
12
+
_java_ver=24
13
+
_pkgver=${_java_ver}+37
14
+
pkgver=${_pkgver/+/.0.0.u}
15
15
pkgrel=1
16
16
pkgdesc='BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. Full version includes OpenJFX.'
0 commit comments