From fe96eec3578c174a21e60899a184e7e0bd905b12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:25:07 +0000 Subject: [PATCH] jbang: Update to version 0.117.1 --- bucket/jbang.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jbang.json b/bucket/jbang.json index 5bb7e508a0..da3225d49e 100644 --- a/bucket/jbang.json +++ b/bucket/jbang.json @@ -1,14 +1,14 @@ { - "version": "0.116.0", + "version": "0.117.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.116.0/jbang-0.116.0.zip", - "hash": "66ecce7021c371d1fe1b01e4bd6ee01aaaa48b10925f7c36bed635b3d1150d2d", - "extract_dir": "jbang-0.116.0", + "url": "https://github.com/jbangdev/jbang/releases/download/v0.117.1/jbang-0.117.1.zip", + "hash": "28b66273d5ff4057ed37a2dfda5b49b549768e8bed6e0ea335015eea8d28c67c", + "extract_dir": "jbang-0.117.1", "env_add_path": "bin", "checkver": { "github": "https://github.com/jbangdev/jbang"