ScoopInstaller_Main/bucket/envsubst.json
2025-02-26 20:29:07 +00:00

22 lines
645 B
JSON

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