Update to 5.9.1

This commit is contained in:
susurri 2023-10-19 21:54:49 +00:00
parent 34cc384259
commit 4a0f90547f
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = swift-bin
pkgdesc = Binary builds of the Swift programming language
pkgver = 5.9
pkgver = 5.9.1
pkgrel = 1
url = https://www.swift.org/
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = swift-bin
provides = swift-language
replaces = swift-language-bin
options = !strip
source = https://download.swift.org/swift-5.9-release/centos7/swift-5.9-RELEASE/swift-5.9-RELEASE-centos7.tar.gz
sha256sums = efe9a89ae427810d07be1fa357d2c41de98e9427cb7bed2104feb79943e8935b
source = https://download.swift.org/swift-5.9.1-release/centos7/swift-5.9.1-RELEASE/swift-5.9.1-RELEASE-centos7.tar.gz
sha256sums = 85f76d092e50794cafc45229d6534c02abb25f4f62f8d923c83b2e7c08a6eada
pkgname = swift-bin

View file

@ -4,7 +4,7 @@
# Contributor: Frederic Bezies <fredbezies at gmail dot com>, youngunix <>
pkgname=swift-bin
pkgver=5.9
pkgver=5.9.1
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://download.swift.org/swift-$pkgver-release/centos7/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-centos7.tar.gz")
sha256sums=('efe9a89ae427810d07be1fa357d2c41de98e9427cb7bed2104feb79943e8935b')
sha256sums=('85f76d092e50794cafc45229d6534c02abb25f4f62f8d923c83b2e7c08a6eada')
package() {
mkdir -p "${pkgdir}/usr/lib/swift"