Skip to content

Commit 0eee3d7

Browse files
committed
Fix versions: Use Storj Uplink 1.22.10 correct binary
The Storj Uplink v1.122.10 was not downloading the correct binary. It was downloading the storagenode binary instead of uplink. This commit fixes the URL and updates the binary name and the ZIP file check sum.
1 parent 6820cdc commit 0eee3d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/s/Storj/Uplink/1.122.10/Storj.Uplink.installer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ InstallerLocale: en-US
77
InstallerType: zip
88
NestedInstallerType: portable
99
NestedInstallerFiles:
10-
- RelativeFilePath: storagenode.exe
10+
- RelativeFilePath: uplink.exe
1111
UpgradeBehavior: uninstallPrevious
1212
ReleaseDate: 2025-02-20
1313
Installers:
1414
- Architecture: x64
15-
InstallerUrl: https://github.com/storj/storj/releases/download/v1.122.10/storagenode_windows_amd64.zip
16-
InstallerSha256: 7EC30DA781AE8DAA941C7C4A7F4D9578D1F37FE79BD009144471FCE1FBB1D9AC
15+
InstallerUrl: https://github.com/storj/storj/releases/download/v1.122.10/uplink_windows_amd64.zip
16+
InstallerSha256: EDDE7715C968DBEB9AE16E3211D9F73A653B0202F5BF169EBA085A4AF5929B14
1717
ManifestType: installer
1818
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)