summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsusurri2023-01-19 15:27:41 +0900
committersusurri2023-01-19 15:27:41 +0900
commit57f67ecfd981ac7b54da6e839852e792fe3a8fb4 (patch)
tree32e3f51a04ba25dc7c15019e4f312f7223ca9f51
parentbc967189475dd752bdd5d4fe7ed4a84e6e67d6a4 (diff)
downloadaur-57f67ecfd981ac7b54da6e839852e792fe3a8fb4.tar.gz
Update to 5.7.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fafc534b4b1d..6738ba01b87b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swift-bin
pkgdesc = Binary builds of the Swift programming language
- pkgver = 5.7.2
+ pkgver = 5.7.3
pkgrel = 1
url = https://swift.org
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = swift-bin
provides = swift-language
replaces = swift-language-bin
options = !strip
- source = https://swift.org/builds/swift-5.7.2-release/centos7/swift-5.7.2-RELEASE/swift-5.7.2-RELEASE-centos7.tar.gz
+ source = https://swift.org/builds/swift-5.7.3-release/centos7/swift-5.7.3-RELEASE/swift-5.7.3-RELEASE-centos7.tar.gz
sha256sums = 8622569f57c7e325ab02d5f6605e55d1e1fe04ab7ccae8fab8334532959750c6
pkgname = swift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f11cdc1629c..6392fe848a90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Frederic Bezies <fredbezies at gmail dot com>, youngunix <>
pkgname=swift-bin
-pkgver=5.7.2
+pkgver=5.7.3
pkgrel=1
pkgdesc="Binary builds of the Swift programming language"
arch=('x86_64')
@@ -16,7 +16,7 @@ options=('!strip')
provides=('swift-language')
replaces=('swift-language-bin')
source=("https://swift.org/builds/swift-$pkgver-release/centos7/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-centos7.tar.gz")
-sha256sums=('8622569f57c7e325ab02d5f6605e55d1e1fe04ab7ccae8fab8334532959750c6')
+sha256sums=('10138dce4306309fdd77c530a7c19e4d00586cdaf5698dd7412004bcb6d86d28')
package() {
mkdir -p "${pkgdir}/usr/lib/swift"