Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
kotlin
Commits:
ce7bb5bb by Alexander F. Rødseth at 2026-06-05T22:47:26+02:00
upgpkg: 2.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kotlin
pkgdesc = Statically typed programming language with multiplatform
support
- pkgver = 2.3.21
+ pkgver = 2.4.0
pkgrel = 1
url = https://kotlinlang.org/
arch = any
@@ -8,7 +8,7 @@ pkgbase = kotlin
license = custom
makedepends = setconf
depends = java-runtime-headless
- source =
https://github.com/JetBrains/kotlin/releases/download/v2.3.21/kotlin-compiler-2.3.21.zip
- b2sums =
e2942d6f2dbc56978734e2b6479532ec0662147941e097b8d1d77c4bd7c20d862791d6149e2a983efcc58b21ec799e039ba28d19c6823ea9bc4bab2eb932eca4
+ source =
https://github.com/JetBrains/kotlin/releases/download/v2.4.0/kotlin-compiler-2.4.0.zip
+ b2sums =
2e2aebf526e1fc4bcab2cb05cb68d095da8aec8cae67f10a2932210cbe6caca9b47f80f99ff3bfdb35a44407473d9ac2546fca75e17c2760ec4bed2e6ed6cb98
pkgname = kotlin
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <[email protected]>
pkgname=kotlin
-pkgver=2.3.21
+pkgver=2.4.0
pkgrel=1
pkgdesc='Statically typed programming language with multiplatform support'
arch=(any)
@@ -11,7 +11,7 @@ license=(Apache-2.0 custom)
makedepends=(setconf)
depends=(java-runtime-headless)
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip")
-b2sums=('e2942d6f2dbc56978734e2b6479532ec0662147941e097b8d1d77c4bd7c20d862791d6149e2a983efcc58b21ec799e039ba28d19c6823ea9bc4bab2eb932eca4')
+b2sums=('2e2aebf526e1fc4bcab2cb05cb68d095da8aec8cae67f10a2932210cbe6caca9b47f80f99ff3bfdb35a44407473d9ac2546fca75e17c2760ec4bed2e6ed6cb98')
prepare() {
cd ${pkgname}c/bin
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/ce7bb5bbd9ac29932fd6d86162a721149bb6ed51
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/ce7bb5bbd9ac29932fd6d86162a721149bb6ed51
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help