Skip to content

Commit

Permalink
Drop older kscript versions as they don't support kotlin 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
staktrace committed Dec 3, 2024
1 parent 786a4f9 commit 2aac2cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kscript.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ binaries = ["bin/kscript"]
strip = 1
test = "kscript -d 'println(\"Kscript: OK\")'"

version "4.1.1" "4.2.0" "4.2.1" "4.2.2" "4.2.3" {
version "4.2.3" {
auto-version {
github-release = "kscripting/kscript"
}
}

sha256sums = {
"https://github.com/kscripting/kscript/releases/download/v4.1.1/kscript-4.1.1-bin.zip": "127d169f5dc0f67800b99552c0db0e8b662de4dbe1ff8f2078a7c1cb9a5ed5c1",
"https://github.com/kscripting/kscript/releases/download/v4.2.0/kscript-4.2.0-bin.zip": "35b47b51b3724e4f69c357f443bb4e9d13208d435d5d8478a2c4b48dfa18c395",
"https://github.com/kscripting/kscript/releases/download/v4.2.1/kscript-4.2.1-bin.zip": "41f70b55daf67dada3a2ef2022d4d4c5a52bd8fecbc6bb20f59f35cae3ab1748",
"https://github.com/kscripting/kscript/releases/download/v4.2.2/kscript-4.2.2-bin.zip": "af3288eb4369f23d5898fc24fe291e36d60f2818c3cc8f8091a8cc396d5520e1",
"https://github.com/kscripting/kscript/releases/download/v4.2.3/kscript-4.2.3-bin.zip": "1dda3b041bc9af41bb0e3b78818ef5c99df845ee0e06a258d117ce70f1ec5941",
}

0 comments on commit 2aac2cb

Please sign in to comment.