2019-08-15 12:17:48 -07:00

29 lines
986 B
JSON

{
"homepage": "https://github.com/ddollar/forego",
"description": "Manage Procfile-based applications via Foreman.",
"version": "20180217041714",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/cNQswJNYTQe/forego-20180217041714-windows-amd64.zip",
"hash": "97ccd726c7faaecf0fc6d9404137c82b11798482b6f03f6f477af889c602de1a"
}
},
"bin": "forego.exe",
"checkver": {
"url": "https://dl.equinox.io/ddollar/forego/stable/archive",
"regex": "https://bin.equinox.io/a/(?<dir>\\w+)/forego-(\\d+)-windows-amd64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
}
}