Skip to content

Commit

Permalink
Update to Swift 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 21, 2024
1 parent 3d6d5be commit 7d7f44f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildroot-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
export BUILDROOT_RELEASE=2024.02.9
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
export SWIFT_BIN_URL=https://github.com/MillerTechnologyPeru/swift/releases/download/swift-6.0.2-RELEASE/swift-6.0.2-Debian11-x86_64.tar.gz
export SWIFT_BIN_URL=https://github.com/MillerTechnologyPeru/swift/releases/download/swift-6.0.3-RELEASE/swift-6.0.3-Debian11-x86_64.tar.gz
apt update
$SWIFT_BUILDROOT/.devcontainer/library-scripts/install-dependencies.sh
$SWIFT_BUILDROOT/.devcontainer/library-scripts/install-swift.sh
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
export BUILDROOT_RELEASE=2024.02.9
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
export SWIFT_BIN_URL=https://github.com/MillerTechnologyPeru/swift/releases/download/swift-6.0.2-RELEASE/swift-6.0.2-Debian11-x86_64.tar.gz
export SWIFT_BIN_URL=https://github.com/MillerTechnologyPeru/swift/releases/download/swift-6.0.3-RELEASE/swift-6.0.3-Debian11-x86_64.tar.gz
apt update
$SWIFT_BUILDROOT/.devcontainer/library-scripts/install-dependencies.sh
$SWIFT_BUILDROOT/.devcontainer/library-scripts/install-swift.sh
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
export BUILDROOT_RELEASE=2024.02.9
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
export SWIFT_BIN_URL=https://github.com/MillerTechnologyPeru/swift/releases/download/swift-6.0.2-RELEASE/swift-6.0.2-Debian11-x86_64.tar.gz
export SWIFT_BIN_URL=https://github.com/MillerTechnologyPeru/swift/releases/download/swift-6.0.3-RELEASE/swift-6.0.3-Debian11-x86_64.tar.gz
apt update
$SWIFT_BUILDROOT/.devcontainer/library-scripts/install-dependencies.sh
$SWIFT_BUILDROOT/.devcontainer/library-scripts/install-swift.sh
Expand Down
2 changes: 1 addition & 1 deletion package/foundation/foundation.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 8af719f14a05cee2d32625cf455261fc74d13eeef3ba9e5b9547316743d5cde9 foundation-6.0.2.tar.gz
sha256 62c276a18fa3b3b92e95f5349dc125d03f09cea3c477b3af1428ccdbab29e139 foundation-6.0.3.tar.gz
2 changes: 1 addition & 1 deletion package/foundation/foundation.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Foundation
FOUNDATION_VERSION = 6.0.2
FOUNDATION_VERSION = 6.0.3
FOUNDATION_SITE = $(call github,swiftlang,swift-corelibs-foundation,swift-$(FOUNDATION_VERSION)-RELEASE)
FOUNDATION_LICENSE = Apache-2.0
FOUNDATION_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/libdispatch/libdispatch.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 3df429b22d9294c0ca5291c86e83a35f6326600a1c271933107bba199b919008 libdispatch-6.0.2.tar.gz
sha256 444c0de5fe18e148548a3f3b60b3bac3d4d586285c21064346c7ca17ed1d4fac libdispatch-6.0.3.tar.gz
2 changes: 1 addition & 1 deletion package/libdispatch/libdispatch.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Grand Central Dispatch
LIBDISPATCH_VERSION = 6.0.2
LIBDISPATCH_VERSION = 6.0.3
LIBDISPATCH_SITE = $(call github,swiftlang,swift-corelibs-libdispatch,swift-$(LIBDISPATCH_VERSION)-RELEASE)
LIBDISPATCH_LICENSE = Apache-2.0
LIBDISPATCH_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/libswiftdispatch/libswiftdispatch.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 3df429b22d9294c0ca5291c86e83a35f6326600a1c271933107bba199b919008 libswiftdispatch-6.0.2.tar.gz
sha256 444c0de5fe18e148548a3f3b60b3bac3d4d586285c21064346c7ca17ed1d4fac libswiftdispatch-6.0.3.tar.gz
2 changes: 1 addition & 1 deletion package/libswiftdispatch/libswiftdispatch.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Grand Central Dispatch with Swift overlay
LIBSWIFTDISPATCH_VERSION = 6.0.2
LIBSWIFTDISPATCH_VERSION = 6.0.3
LIBSWIFTDISPATCH_SITE = $(call github,swiftlang,swift-corelibs-libdispatch,swift-$(LIBSWIFTDISPATCH_VERSION)-RELEASE)
LIBSWIFTDISPATCH_LICENSE = Apache-2.0
LIBSWIFTDISPATCH_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/swift/swift.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 1489681860e92cee5ddd869a06531d7a1746b2f4ea105a2ff3b631ebcbcffd34 swift-6.0.2.tar.gz
sha256 eef9f312d00540cfabc35cb1da9221dd15d3aaca546497a14f29a641ee6484e3 swift-6.0.3.tar.gz
2 changes: 1 addition & 1 deletion package/swift/swift.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Apple's Swift Programming Language
SWIFT_VERSION = 6.0.2
SWIFT_VERSION = 6.0.3
SWIFT_SITE = $(call github,swiftlang,swift,swift-$(SWIFT_VERSION)-RELEASE)
SWIFT_LICENSE = Apache-2.0
SWIFT_LICENSE_FILES = LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion package/xctest/xctest.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256 b298316185270ac43ecdaf4c2fbd4329af51a18b174650510d7526238e9ca6fa xctest-6.0.2.tar.gz
sha256 eb131d1cfde18548c5fc782ba56bc871b13057b5e7b6992ddae4d4349360571d xctest-6.0.3.tar.gz
2 changes: 1 addition & 1 deletion package/xctest/xctest.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### XCTest
XCTEST_VERSION = 6.0.2
XCTEST_VERSION = 6.0.3
XCTEST_SITE = $(call github,swiftlang,swift-corelibs-xctest,swift-$(XCTEST_VERSION)-RELEASE)
XCTEST_LICENSE = Apache-2.0
XCTEST_LICENSE_FILES = LICENSE
Expand Down

0 comments on commit 7d7f44f

Please sign in to comment.