tickompiler: Update to version 1.10.0-hotfix (#634)

master
Vinny 2022-06-02 08:11:49 -03:00 committed by GitHub
parent 6fa1ad6072
commit 9a866b124a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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"