mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
forego: add au.hash (#344)
This commit is contained in:
parent
18c6cca74f
commit
ca72bdd16d
@ -1,5 +1,6 @@
|
||||
{
|
||||
"homepage": "https://github.com/ddollar/forego",
|
||||
"description": "Foreman in Go.",
|
||||
"version": "20180217041714",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
@ -11,14 +12,17 @@
|
||||
"bin": "forego.exe",
|
||||
"checkver": {
|
||||
"url": "https://dl.equinox.io/ddollar/forego/stable/archive",
|
||||
"re": "https://bin.equinox.io/a/(?<dir>.+)/forego-(?<version>\\d+)-windows-amd64.zip"
|
||||
"regex": "https://bin.equinox.io/a/(?<dir>\\w+)/forego-(\\d+)-windows-amd64.zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"note": "Thanks for using autoupdate, please test your updates!",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://bin.equinox.io/a/$matchDir/forego-$matchVersion-windows-amd64.zip"
|
||||
"url": "https://bin.equinox.io/a/$matchDir/forego-$version-windows-amd64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://dl.equinox.io/ddollar/forego/stable/archive",
|
||||
"regex": "(?sm)$basename.*?$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user