[arch-commits] Commit in kotlin/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Nov 22 16:01:57 UTC 2020
Date: Sunday, November 22, 2020 @ 16:01:56
Author: arodseth
Revision: 759209
upgpkg: kotlin 1.4.20-1
Modified:
kotlin/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-22 15:38:36 UTC (rev 759208)
+++ PKGBUILD 2020-11-22 16:01:56 UTC (rev 759209)
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <romain.gautier at nimamoh.com>
pkgname=kotlin
-pkgver=1.4.10
+pkgver=1.4.20
pkgrel=1
pkgdesc='Statically typed programming language that can interoperate with Java'
arch=(any)
@@ -11,7 +11,7 @@
depends=('java-environment>=8')
makedepends=(setconf)
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip")
-sha256sums=('bb1a21d70e521a01ae104e99a082a6e7bb58699b86347049da521d175d0dace7')
+sha256sums=('11db93a4d6789e3406c7f60b9f267eba26d6483dcd771eff9f85bb7e9837011f')
prepare() {
cd "${pkgname}c/bin"
More information about the arch-commits
mailing list