2019-08-14 18:36:50 -07:00

25 lines
833 B
JSON

{
"homepage": "https://github.com/ddollar/forego",
"description": "Manage Procfile-based applications.",
"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",
"re": "https://bin.equinox.io/a/(?<dir>.+)/forego-(?<version>\\d+)-windows-amd64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bin.equinox.io/a/$matchDir/forego-$matchVersion-windows-amd64.zip"
}
}
}
}