Update to 5.3.3

This commit is contained in:
Ryan Gonzalez 2021-03-24 13:15:59 -05:00
parent 4a62103910
commit 44457c4815
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = swift-bin pkgbase = swift-bin
pkgdesc = Binary builds of the Swift programming language pkgdesc = Binary builds of the Swift programming language
pkgver = 5.3.1 pkgver = 5.3.3
pkgrel = 1 pkgrel = 1
url = https://swift.org url = https://swift.org
arch = x86_64 arch = x86_64
@ -13,8 +13,8 @@ pkgbase = swift-bin
provides = swift-language provides = swift-language
replaces = swift-language-bin replaces = swift-language-bin
options = !strip options = !strip
source = https://swift.org/builds/swift-5.3.1-release/centos8/swift-5.3.1-RELEASE/swift-5.3.1-RELEASE-centos8.tar.gz source = https://swift.org/builds/swift-5.3.3-release/centos8/swift-5.3.3-RELEASE/swift-5.3.3-RELEASE-centos8.tar.gz
sha256sums = 52f8f0b9f76aff588035de84fe046925661ca9804a00619112bcdcb933bb66ea sha256sums = 2b3304d41a6a67e5ab42c39f8cf6f5a2a5070daa3f4bcc121a7a7fc73fd26bf3
pkgname = swift-bin pkgname = swift-bin

View file

@ -2,7 +2,7 @@
# Contributor: Frederic Bezies <fredbezies at gmail dot com>, youngunix <> # Contributor: Frederic Bezies <fredbezies at gmail dot com>, youngunix <>
pkgname=swift-bin pkgname=swift-bin
pkgver=5.3.1 pkgver=5.3.3
pkgrel=1 pkgrel=1
pkgdesc="Binary builds of the Swift programming language" pkgdesc="Binary builds of the Swift programming language"
arch=('x86_64') arch=('x86_64')
@ -14,7 +14,7 @@ options=('!strip')
provides=('swift-language') provides=('swift-language')
replaces=('swift-language-bin') replaces=('swift-language-bin')
source=("https://swift.org/builds/swift-$pkgver-release/centos8/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-centos8.tar.gz") source=("https://swift.org/builds/swift-$pkgver-release/centos8/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-centos8.tar.gz")
sha256sums=('52f8f0b9f76aff588035de84fe046925661ca9804a00619112bcdcb933bb66ea') sha256sums=('2b3304d41a6a67e5ab42c39f8cf6f5a2a5070daa3f4bcc121a7a7fc73fd26bf3')
package() { package() {
find_elf_only() { find_elf_only() {