From abf1e0c73162bb4731ac77f01d818b9e5b561a33 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Tue, 19 Oct 2021 09:02:19 +0100 Subject: [PATCH] railway: Add version 0.2.45 (#2771) Signed-off-by: Erisa A --- bucket/railway.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/railway.json diff --git a/bucket/railway.json b/bucket/railway.json new file mode 100644 index 0000000000..5e25e7fc07 --- /dev/null +++ b/bucket/railway.json @@ -0,0 +1,31 @@ +{ + "version": "0.2.45", + "description": "The command line interface for Railway. Use it to connect your code to Railways infrastructure.", + "homepage": "https://github.com/railwayapp/cli", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/railwayapp/cli/releases/download/v0.2.45/railway_0.2.45_windows_amd64.tar.gz", + "hash": "92776ed8715d9e9ed2662982febdb87ec9bec0354e0b90d0f04680091fdd1e87" + }, + "32bit": { + "url": "https://github.com/railwayapp/cli/releases/download/v0.2.45/railway_0.2.45_windows_386.tar.gz", + "hash": "7910e18ae8158e6a60dae83435fb27640c917355790d541ad81f9999307b33d9" + } + }, + "bin": "railway.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_amd64.tar.gz" + }, + "32bit": { + "url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_386.tar.gz" + } + }, + "hash": { + "url": "$baseurl/railway_$version_checksums.txt" + } + } +}