apex: add au.hash (#353)

This commit is contained in:
linsui 2019-08-15 22:30:20 +08:00 committed by Chawye Hsu
parent deafab248e
commit bf0d8768ba

View File

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