From bf0d8768bab09a4b7720cdf7d5b471ace4e477c6 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:30:20 +0800 Subject: [PATCH] apex: add au.hash (#353) --- bucket/apex.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bucket/apex.json b/bucket/apex.json index 05caf3ffbb..a91aa061e8 100644 --- a/bucket/apex.json +++ b/bucket/apex.json @@ -1,8 +1,8 @@ { + "version": "1.0.0-rc3", "description": "Lets you build, deploy, and manage AWS Lambda functions.", "homepage": "http://apex.run/", "license": "MIT", - "version": "1.0.0-rc3", "architecture": { "64bit": { "url": "https://github.com/apex/apex/releases/download/v1.0.0-rc3/apex_1.0.0-rc3_windows_amd64.tar.gz", @@ -17,7 +17,7 @@ "bin": "apex.exe", "checkver": { "github": "https://github.com/apex/apex", - "re": ">v([a-z\\d.-]+)<" + "regex": ">v([a-z\\d.-]+)<" }, "autoupdate": { "architecture": { @@ -27,6 +27,9 @@ "32bit": { "url": "https://github.com/apex/apex/releases/download/v$version/apex_$version_windows_386.tar.gz" } + }, + "hash": { + "url": "$baseurl/apex_$version_checksums.txt" } } }