Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
kotlin
Commits:
b0286171 by Alexander F. Rødseth at 2025-09-21T14:26:38+02:00
upgpkg: 2.2.20-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = kotlin
pkgdesc = Statically typed programming language with multiplatform
support
- pkgver = 2.2.0
- pkgrel = 2
+ pkgver = 2.2.20
+ pkgrel = 1
url = https://kotlinlang.org/
arch = any
license = Apache-2.0
license = custom
makedepends = setconf
depends = java-runtime-headless
- source =
https://github.com/JetBrains/kotlin/releases/download/v2.2.0/kotlin-compiler-2.2.0.zip
- b2sums =
cc2520d0b93299c715b6be809c94ef0ce2e52f69687429f7e8e1f3fefa9e2e951748b8b0cbef40e51bf47a849210e9e064048707b133a8180c14215c0e763bc5
+ source =
https://github.com/JetBrains/kotlin/releases/download/v2.2.20/kotlin-compiler-2.2.20.zip
+ b2sums =
926e86639d4a668b1a48f367845a08281c8d32a69dc2c986af6f469e18e3745481c484e9f286d407f2ff771f5cd8a820ccda67ab3701277f071acc3d132d15ef
pkgname = kotlin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Romain Gautier <[email protected]>
pkgname=kotlin
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.20
+pkgrel=1
pkgdesc='Statically typed programming language with multiplatform support'
arch=(any)
url='https://kotlinlang.org/'
@@ -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=('cc2520d0b93299c715b6be809c94ef0ce2e52f69687429f7e8e1f3fefa9e2e951748b8b0cbef40e51bf47a849210e9e064048707b133a8180c14215c0e763bc5')
+b2sums=('926e86639d4a668b1a48f367845a08281c8d32a69dc2c986af6f469e18e3745481c484e9f286d407f2ff771f5cd8a820ccda67ab3701277f071acc3d132d15ef')
prepare() {
cd ${pkgname}c/bin
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/b028617188fd136df93b97cb53378b1fbadd4083
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/b028617188fd136df93b97cb53378b1fbadd4083
You're receiving this email because of your account on gitlab.archlinux.org.