Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
kotlin
Commits:
605e2db1 by Alexander F. Rødseth at 2024-08-11T22:40:41+02:00
upgpkg: 2.0.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kotlin
pkgdesc = Statically typed programming language that can interoperate
with Java
- pkgver = 2.0.0
+ pkgver = 2.0.10
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.0.0/kotlin-compiler-2.0.0.zip
- b2sums =
4627ec2ccf0751baee141a980f14bace98a96b4f826b72f001dc2e27afe1fa60b3967e533e775f7dd81a5e682670cd38c02378884a2d543caca050aee519e765
+ source =
https://github.com/JetBrains/kotlin/releases/download/v2.0.10/kotlin-compiler-2.0.10.zip
+ b2sums =
acd359e348fdb8fbb339a2fcd5fedb165990cc366f0c717644360267aa161e96b8813e0569a0ebc8f2d5de65f25c780c733b6b50c14e8b943344c31a492f0534
pkgname = kotlin
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <[email protected]>
pkgname=kotlin
-pkgver=2.0.0
+pkgver=2.0.10
pkgrel=1
pkgdesc='Statically typed programming language that can interoperate with Java'
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=('4627ec2ccf0751baee141a980f14bace98a96b4f826b72f001dc2e27afe1fa60b3967e533e775f7dd81a5e682670cd38c02378884a2d543caca050aee519e765')
+b2sums=('acd359e348fdb8fbb339a2fcd5fedb165990cc366f0c717644360267aa161e96b8813e0569a0ebc8f2d5de65f25c780c733b6b50c14e8b943344c31a492f0534')
prepare() {
cd ${pkgname}c/bin
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/605e2db1529224cc554b4c8dcdbc41c2a35286c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/605e2db1529224cc554b4c8dcdbc41c2a35286c9
You're receiving this email because of your account on gitlab.archlinux.org.