From 61bcb5bd2902793cf280634a3bcb7420d79b9e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Mon, 4 Sep 2023 15:14:35 +0200 Subject: [PATCH] jbang: Add version 0.110.1 (#4705) * jbang: Add version 0.106.3 * Update jbang.json - Update homepage, checkver.github - Sort JSON * Update to 0.110.1 --------- Co-authored-by: HUMORCE Co-authored-by: Rashil Gandhi --- bucket/jbang.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/jbang.json diff --git a/bucket/jbang.json b/bucket/jbang.json new file mode 100644 index 0000000000..183d18650c --- /dev/null +++ b/bucket/jbang.json @@ -0,0 +1,23 @@ +{ + "version": "0.110.1", + "description": "The tool to run java, jar or jsh files with automatic dependency fetching, immediate compilation and execution", + "homepage": "https://jbang.dev/", + "license": "MIT", + "suggest": { + "JDK": "openjdk" + }, + "url": "https://github.com/jbangdev/jbang/releases/download/v0.110.1/jbang-0.110.1.zip", + "hash": "d81aacd8f15acc11590c6227b66a185f6c6384e3e18f5d08aaf6499ec2345c51", + "extract_dir": "jbang-0.110.1", + "env_add_path": "bin", + "checkver": { + "github": "https://github.com/jbangdev/jbang" + }, + "autoupdate": { + "url": "https://github.com/jbangdev/jbang/releases/download/v$version/jbang-$version.zip", + "hash": { + "url": "$url.sha256" + }, + "extract_dir": "jbang-$version" + } +}