From 110eb12271463b505933766494acf19de59d0009 Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Sun, 5 Mar 2023 06:04:11 +0000 Subject: [PATCH] railway: Update to version 3.0.5 (#4506) * Update railway.json * Update railway.json * update and fix --- bucket/railway.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 50af20a174..6b563e02a8 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "2.1.0", + "version": "3.0.5", "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/v2.1.0/railway_2.1.0_windows_amd64.tar.gz", - "hash": "27ce66957588d0647385e0092127c933b1008d3796049f95dca5e1495a870e90" + "url": "https://github.com/railwayapp/cli/releases/download/v3.0.5/railway-v3.0.5-x86_64-pc-windows-msvc.zip", + "hash": "80e5b6f8de21a9ddb0396357e4d1dc86976dd772538b4fe3e2e35ef4586ebeb1" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v2.1.0/railway_2.1.0_windows_386.tar.gz", - "hash": "b5a31c0b4d4c901de88589f84cfb39116c78f6e00e9b59dca155e8564a18eea8" + "url": "https://github.com/railwayapp/cli/releases/download/v3.0.5/railway-v3.0.5-i686-pc-windows-msvc.zip", + "hash": "ff0a6399c43535947994bd4fab96f574ebc00a687bd1442cd9473a606b99b174" } }, "bin": "railway.exe", @@ -18,14 +18,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_amd64.tar.gz" + "url": "https://github.com/railwayapp/cli/releases/download/v$version/railway-v$version-x86_64-pc-windows-msvc.zip" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v$version/railway_$version_windows_386.tar.gz" + "url": "https://github.com/railwayapp/cli/releases/download/v$version/railway-v$version-i686-pc-windows-msvc.zip" } - }, - "hash": { - "url": "$baseurl/railway_$version_checksums.txt" } } }