From 9a866b124a43bc81b6118db1cc88f212f78bd701 Mon Sep 17 00:00:00 2001 From: Vinny <15020325+CebolaBros64@users.noreply.github.com> Date: Thu, 2 Jun 2022 08:11:49 -0300 Subject: [PATCH] tickompiler: Update to version 1.10.0-hotfix (#634) --- bucket/tickompiler.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bucket/tickompiler.json b/bucket/tickompiler.json index 6d4d2bfa..fe27c12a 100644 --- a/bucket/tickompiler.json +++ b/bucket/tickompiler.json @@ -1,17 +1,18 @@ { - "version": "1.10.0", + "version": "1.10.0-hotfix", "description": "A compiler/decompiler for Tickflow, a language based on the bytecode format used by the game Rhythm Heaven Megamix", "homepage": "https://github.com/rhmodding/Tickompiler", "license": "MIT", "suggest": { "Java Runtime Environment": "java/adoptopenjdk-hotspot-jre" }, - "url": "https://github.com/rhmodding/Tickompiler/releases/download/v1.10.0/tickompiler.jar", - "hash": "f902642ca4b39eb32a6ae98eeb6b03138f7d6b402a6d17753f7f0252cbd3a106", + "url": "https://github.com/rhmodding/Tickompiler/releases/download/v1.10.0-hotfix/tickompiler.jar", + "hash": "111d645be91848eeab242a51b5dbda0410dd9de210d6005e5e672acd51ff0c56", "pre_install": "\"@java -jar \"\"$dir\\tickompiler.jar\"\" %*\" | out-file -en oem \"$dir\\tickompiler.cmd\"", "bin": "tickompiler.cmd", "checkver": { - "github": "https://github.com/rhmodding/Tickompiler/" + "github": "https://github.com/rhmodding/Tickompiler", + "regex": "\/releases\/tag\/(?:v|V)?([\\d.]+[-\\w]+)(\/)?" }, "autoupdate": { "url": "https://github.com/rhmodding/Tickompiler/releases/download/v$version/tickompiler.jar"