From 4eb9a10330752cb46c38dcfcf42425b1b6b2e5eb Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Sat, 8 Aug 2020 03:25:22 +0100 Subject: [PATCH] envsubst: Add version 1.2.0 (#1313) --- bucket/envsubst.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/envsubst.json diff --git a/bucket/envsubst.json b/bucket/envsubst.json new file mode 100644 index 0000000000..a173627b5f --- /dev/null +++ b/bucket/envsubst.json @@ -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" + } + } + } +}