ScoopInstaller_Main/bucket/envsubst.json
2023-02-11 16:29:29 +00:00

22 lines
645 B
JSON

{
"version": "1.4.2",
"description": "Environment variables substitution",
"homepage": "https://github.com/a8m/envsubst",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/a8m/envsubst/releases/download/v1.4.2/envsubst.exe",
"hash": "9e24aa7c5b07ea5b298b321207f3f24f6672318a48f261ba3d94cf71155deceb"
}
},
"bin": "envsubst.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/a8m/envsubst/releases/download/v$version/envsubst.exe"
}
}
}
}