From 0d387b16df50b1cd953e86a50b16f2d9bd0c090f Mon Sep 17 00:00:00 2001 From: Kris Schneider <101912712+Zliced13@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:17:00 -0600 Subject: [PATCH] swift: Fix autoupdate block (#4009) --- bucket/swift.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/swift.json b/bucket/swift.json index 1091ae5725..1777db0b48 100644 --- a/bucket/swift.json +++ b/bucket/swift.json @@ -35,7 +35,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://download.swift.org/swift-5.7-release/windows10/swift-5.7-RELEASE/swift-5.7-RELEASE-windows10.exe#/swiftsetup.exe" + "url": "https://download.swift.org/swift-$version-release/windows10/swift-$version-RELEASE/swift-$version-RELEASE-windows10.exe#/swiftsetup.exe" } } }