From 9ecce1122c4b3d13dd45c18ce1ae02954240b0c7 Mon Sep 17 00:00:00 2001 From: tech189 Date: Wed, 1 Feb 2023 23:11:30 +0000 Subject: [PATCH] hashlink: Update to version 1.13.0 Fix broken checkver and autoupdate --- bucket/hashlink.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/hashlink.json b/bucket/hashlink.json index f9f9a5d37b..65f6f2b186 100644 --- a/bucket/hashlink.json +++ b/bucket/hashlink.json @@ -1,21 +1,21 @@ { - "version": "1.12.0", + "version": "1.13.0", "description": "HashLink is a virtual machine for Haxe", "homepage": "https://hashlink.haxe.org/", "license": "MIT", - "url": "https://github.com/HaxeFoundation/hashlink/releases/download/1.12/hl-1.12.0-win.zip", - "hash": "19055cf99f7e063e1609876f97a43afeb0922e5831940fb637143566de8a9eb8", - "extract_dir": "hl-1.12.0-win", + "url": "https://github.com/HaxeFoundation/hashlink/releases/download/1.13/hashlink-1.13.0-win.zip", + "hash": "b87557f30fbfd5ff382063317333cdce980b226c959586b9d71723c83d231934", + "extract_dir": "hashlink-1.13.0-win", "bin": "hl.exe", "env_set": { "HASHLINKPATH": "$dir" }, "checkver": { - "github": "https://github.com/HaxeFoundation/hashlink/", + "url": "https://api.github.com/repos/HaxeFoundation/hashlink/releases/latest", "regex": "([\\d.]+)-win" }, "autoupdate": { - "url": "https://github.com/HaxeFoundation/hashlink/releases/download/$majorVersion.$minorVersion/hl-$version-win.zip", - "extract_dir": "hl-$version-win" + "url": "https://github.com/HaxeFoundation/hashlink/releases/download/$majorVersion.$minorVersion/hashlink-$version-win.zip", + "extract_dir": "hashlink-$version-win" } }