mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
apex: add au.hash (#353)
This commit is contained in:
parent
deafab248e
commit
bf0d8768ba
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user