envsubst: Add version 1.2.0 (#1313)

This commit is contained in:
Steve Hipwell 2020-08-08 03:25:22 +01:00 committed by GitHub
parent db00a313c4
commit 4eb9a10330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/envsubst.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.2.0",
"description": "Environment variables substitution.",
"homepage": "https://github.com/a8m/envsubst",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/a8m/envsubst/releases/download/v1.2.0/envsubst.exe",
"hash": "9ab45d92fece9ed1cdf5be75bc89f32451fa6d5658e8b493eb1785b170b572a7"
}
},
"bin": "envsubst.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/a8m/envsubst/releases/download/v$version/envsubst.exe"
}
}
}
}