kotlin: update to 1.1.2

This commit is contained in:
gnastyle 2017-05-20 21:41:52 +02:00
parent 0525592427
commit de10cf8002

View File

@ -1,5 +1,5 @@
pkgname=kotlin
pkgver=1.1.1
pkgver=1.1.2
pkgrel=1
pkgdesc='The Kotlin programming language'
arch=('any')
@ -8,7 +8,7 @@ license=('apache' 'custom')
depends=('bash' 'java-environment')
makedepends=('setconf')
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver}/kotlin-compiler-${pkgver}.zip")
sha256sums=('aca2c91f6e10224df07bf523d34736c9a1f101bcf53b26104314503a57a026b1')
sha256sums=('cb6d30b14adb0067477042e12c1d15e5a26cf80ef6a115e248ed4a89cbf6cf4e')
prepare() {
cd "${pkgname}c/bin"