railway: Update to version 3.0.5 (#4506)

* Update railway.json

* Update railway.json

* update and fix
This commit is contained in:
Milo 2023-03-05 06:04:11 +00:00 committed by GitHub
parent 44180bb36c
commit 110eb12271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.", "description": "The command line interface for Railway. Use it to connect your code to Railways infrastructure.",
"homepage": "https://github.com/railwayapp/cli", "homepage": "https://github.com/railwayapp/cli",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v2.1.0/railway_2.1.0_windows_amd64.tar.gz", "url": "https://github.com/railwayapp/cli/releases/download/v3.0.5/railway-v3.0.5-x86_64-pc-windows-msvc.zip",
"hash": "27ce66957588d0647385e0092127c933b1008d3796049f95dca5e1495a870e90" "hash": "80e5b6f8de21a9ddb0396357e4d1dc86976dd772538b4fe3e2e35ef4586ebeb1"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v2.1.0/railway_2.1.0_windows_386.tar.gz", "url": "https://github.com/railwayapp/cli/releases/download/v3.0.5/railway-v3.0.5-i686-pc-windows-msvc.zip",
"hash": "b5a31c0b4d4c901de88589f84cfb39116c78f6e00e9b59dca155e8564a18eea8" "hash": "ff0a6399c43535947994bd4fab96f574ebc00a687bd1442cd9473a606b99b174"
} }
}, },
"bin": "railway.exe", "bin": "railway.exe",
@ -18,14 +18,11 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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"
} }
} }
} }