Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
kotlin
Commits:
41a0edc9 by Alexander F. Rødseth at 2023-12-26T00:35:53+01:00
upgpkg: 1.9.22-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 = 1.9.21
+ pkgver = 1.9.22
pkgrel = 1
url = https://kotlinlang.org/
arch = any
@@ -8,8 +8,8 @@ pkgbase = kotlin
license = custom
makedepends = setconf
depends = java-environment>=8
- source =
https://github.com/JetBrains/kotlin/releases/download/v1.9.21/kotlin-compiler-1.9.21.zip
- sha512sums =
94b1e2707c03ac88066bb8d4b4b2040842a7d0968ccb5797e66bfd648ecebdec9e36f8120bea8c7d1d0b7ee8c2d0d64f9c17931bbed0444b3e81bac8e84558a4
- b2sums =
749f3a806087d64c7e6b2443d1dfc7cf30fa075f58453b21f1173b1640dc927b074420e8f29c22793717553e8be947fc0f2866d2af02d0e34a202b176260c132
+ source =
https://github.com/JetBrains/kotlin/releases/download/v1.9.22/kotlin-compiler-1.9.22.zip
+ sha512sums =
d0e1bdfb1918f007444b1cef6e0c29c2c1846819edd60d016ed62327ea6d2cb505aa18658f916f88b91d9fbdfe0b155ad3361728d6a7a9062806d982bc9b8c6c
+ b2sums =
2fc776b27e30a9d75640dc8fc004bfec5207b1b79c2742aa6a8a75971a8b41310cc16712d6d0921e1fa7545031a75ca8256c48f5c1e13f4e36d82df2574d5699
pkgname = kotlin
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <[email protected]>
pkgname=kotlin
-pkgver=1.9.21
+pkgver=1.9.22
pkgrel=1
pkgdesc='Statically typed programming language that can interoperate with Java'
arch=(any)
@@ -11,8 +11,8 @@ license=(APACHE custom)
depends=('java-environment>=8')
makedepends=(setconf)
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip")
-sha512sums=('94b1e2707c03ac88066bb8d4b4b2040842a7d0968ccb5797e66bfd648ecebdec9e36f8120bea8c7d1d0b7ee8c2d0d64f9c17931bbed0444b3e81bac8e84558a4')
-b2sums=('749f3a806087d64c7e6b2443d1dfc7cf30fa075f58453b21f1173b1640dc927b074420e8f29c22793717553e8be947fc0f2866d2af02d0e34a202b176260c132')
+sha512sums=('d0e1bdfb1918f007444b1cef6e0c29c2c1846819edd60d016ed62327ea6d2cb505aa18658f916f88b91d9fbdfe0b155ad3361728d6a7a9062806d982bc9b8c6c')
+b2sums=('2fc776b27e30a9d75640dc8fc004bfec5207b1b79c2742aa6a8a75971a8b41310cc16712d6d0921e1fa7545031a75ca8256c48f5c1e13f4e36d82df2574d5699')
prepare() {
cd ${pkgname}c/bin
@@ -48,7 +48,7 @@ package() {
install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
done
- # build.txt must be installed for for "-version" to work
+ # build.txt must be installed for "-version" to work
cd $srcdir/${pkgname}c
install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/41a0edc9c886e15de364c6061014aae36501382a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kotlin/-/commit/41a0edc9c886e15de364c6061014aae36501382a
You're receiving this email because of your account on gitlab.archlinux.org.