mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
kotlin-bin: update to 2.1.10.
This commit is contained in:
parent
c8dccc6f99
commit
6cffdcc52d
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue