From d982f6d0fe455e368500c825787472de296b78be Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Tue, 4 Oct 2022 09:03:43 +0200 Subject: [PATCH] scala-cli: Add version 0.1.15 (#3994) Co-authored-by: Martin Mauch --- bucket/scala-cli.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/scala-cli.json diff --git a/bucket/scala-cli.json b/bucket/scala-cli.json new file mode 100644 index 0000000000..6785af111a --- /dev/null +++ b/bucket/scala-cli.json @@ -0,0 +1,27 @@ +{ + "version": "0.1.15", + "description": "Command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)", + "homepage": "https://scala-cli.virtuslab.org/", + "license": "Apache-2.0", + "suggest": { + "JDK": "java/openjdk", + "Visual C++ Redistributable 2015-2022": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v0.1.15/scala-cli-x86_64-pc-win32.zip", + "hash": "95ceb0e3f92fc112c0e3c23b39e02756aec994679ac41876979193ce53ebedfa" + } + }, + "bin": "scala-cli.exe", + "checkver": { + "github": "https://github.com/VirtusLab/scala-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v$version/scala-cli-x86_64-pc-win32.zip" + } + } + } +}