From 6cffdcc52de6523951e3836a23e114e6e3c33938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20=28Jotrorox=29=20M=C3=BCller=29?= Date: Tue, 11 Feb 2025 00:55:04 +0100 Subject: [PATCH] kotlin-bin: update to 2.1.10. --- srcpkgs/kotlin-bin/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kotlin-bin/template b/srcpkgs/kotlin-bin/template index 7a651df88d7..075a8e63f10 100644 --- a/srcpkgs/kotlin-bin/template +++ b/srcpkgs/kotlin-bin/template @@ -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 " +depends="openjdk21" +short_desc="Statically typed programming language based on the JVM" +maintainer="Orphaned " 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"