diff --git a/bucket/hashlink.json b/bucket/hashlink.json index 6dbc7c92d3..cc25b3da4c 100644 --- a/bucket/hashlink.json +++ b/bucket/hashlink.json @@ -4,7 +4,7 @@ "version": "1.9.0", "license": "MIT", "url": "https://github.com/HaxeFoundation/hashlink/releases/download/1.9/hl-1.9.0-win.zip", - "hash": "9ac9fe3a25ed98267951f55a31967f8d5c335381000426178a64a98e8200e112", + "hash": "8a2f2960f0174e6585e685fcc6fb93839b2f01600be3f6327f13bf72b5363950", "extract_dir": "hl-1.9.0-win", "bin": "hl.exe", "env_set": { diff --git a/bucket/haxe-dev.json b/bucket/haxe-dev.json index da561383d1..84715ab057 100644 --- a/bucket/haxe-dev.json +++ b/bucket/haxe-dev.json @@ -1,16 +1,16 @@ { "homepage": "https://haxe.org/", "description": "Pre-release version of Haxe, for a stable version use haxe. Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.", - "version": "4.0.0-preview.5", + "version": "4.0.0-rc.1", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-preview.5/haxe-4.0.0-preview.5-win64.zip", - "hash": "15409fce0a1d6a43c3ff5c24d1c39e9e56de63f06bb0a3d1a6641139a26aed26" + "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.1/haxe-4.0.0-rc.1-win64.zip", + "hash": "ef533d35e628cf8bb28753ef25c242ecc439173bfb2abaddcad9eee690d0b9c0" }, "32bit": { - "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-preview.5/haxe-4.0.0-preview.5-win.zip", - "hash": "fa632a480b4cc7a4cdb868d84bcf0d3b4af7e8bdcd91abaedd8e25ecc78ac03d" + "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.1/haxe-4.0.0-rc.1-win.zip", + "hash": "5ab125971dc8696af30035dc5af44a68a2f956d53682ca4f4c021c30b09e87f5" } }, "bin": [ @@ -30,7 +30,7 @@ ], "checkver": { "url": "https://github.com/HaxeFoundation/haxe/releases", - "re": "([\\d.]+-preview[\\d.]+)" + "re": "([\\d\\.]+-(rc|preview)[\\d\\.]+)" }, "autoupdate": { "architecture": {