Skip to content

Commit

Permalink
haxe-dev/hashlink: fix hash & checkver (#3098)
Browse files Browse the repository at this point in the history
* Adds haxe-preview version and Hashlink

To use hashlink we need to have the preview version which is an in-development version of haxe. Hashlink is a VM that works with haxe and can also be used for native compilation of apps.

* Modified requests from @Ash258

* Added newline for tests

* Update haxe-dev  and add  support for releases candidate

* Updated hash for hashlink

* Added shorter regex as @Ash258 suggested
Jean-Sébastien Nadeau authored and rasa committed Feb 9, 2019
1 parent 85bc09b commit 90aed0e
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bucket/hashlink.json
Original file line number Diff line number Diff line change
@@ -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": {
12 changes: 6 additions & 6 deletions bucket/haxe-dev.json
Original file line number Diff line number Diff line change
@@ -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": {

0 comments on commit 90aed0e

Please sign in to comment.