kotlin-bin: update to 2.1.10.

This commit is contained in:
Johannes (Jotrorox) Müller) 2025-02-11 00:55:04 +01:00 committed by classabbyamp
parent c8dccc6f99
commit 6cffdcc52d

View file

@ -1,16 +1,16 @@
# Template file for 'kotlin-bin'
pkgname=kotlin-bin
version=1.7.0
version=2.1.10
revision=1
archs="x86_64"
makedepends="unzip setconf"
depends="openjdk8"
short_desc="Statically typed programming language that can interoperate with Java"
maintainer="shizonic <realtiaz@gmail.com>"
depends="openjdk21"
short_desc="Statically typed programming language based on the JVM"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://kotlinlang.org/"
distfiles="https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"
checksum=f5216644ad81571e5db62ec2322fe07468927bda40f51147ed626a2884b55f9a
checksum=c6e9e2636889828e19c8811d5ab890862538c89dc2a3101956dfee3c2a8ba6b1
nostrip=yes
replaces="kotlin>=0"