mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Update to 6.2.2
This commit is contained in:
parent
6579d722f3
commit
eb8cd070cb
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -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 = 6.2.1
|
pkgver = 6.2.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.swift.org/
|
url = https://www.swift.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -14,9 +14,9 @@ pkgbase = swift-bin
|
||||||
provides = swift-language
|
provides = swift-language
|
||||||
replaces = swift-language-bin
|
replaces = swift-language-bin
|
||||||
options = !strip
|
options = !strip
|
||||||
source_x86_64 = https://download.swift.org/swift-6.2.1-release/ubi9/swift-6.2.1-RELEASE/swift-6.2.1-RELEASE-ubi9.tar.gz
|
source_x86_64 = https://download.swift.org/swift-6.2.2-release/ubi9/swift-6.2.2-RELEASE/swift-6.2.2-RELEASE-ubi9.tar.gz
|
||||||
sha256sums_x86_64 = 9a082c3efdeda2e65cbc7038d0c295b75fa48f360369b2538449fc665192da3e
|
sha256sums_x86_64 = a90b616b97616fdc4906babced4961982ab36a1e3ce44cf07d4a036298529abb
|
||||||
source_aarch64 = https://download.swift.org/swift-6.2.1-release/ubi9-aarch64/swift-6.2.1-RELEASE/swift-6.2.1-RELEASE-ubi9-aarch64.tar.gz
|
source_aarch64 = https://download.swift.org/swift-6.2.2-release/ubi9-aarch64/swift-6.2.2-RELEASE/swift-6.2.2-RELEASE-ubi9-aarch64.tar.gz
|
||||||
sha256sums_aarch64 = 47f109f1f63fa24df3659676bb1afac2fdd05c0954d4f00977da6a868dd31e66
|
sha256sums_aarch64 = ad75d92a503848a3f0adf60c16b7986e9cc041c225117530dfe747ca575b3caf
|
||||||
|
|
||||||
pkgname = swift-bin
|
pkgname = swift-bin
|
||||||
|
|
|
||||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,7 +4,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=6.2.1
|
pkgver=6.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Binary builds of the Swift programming language"
|
pkgdesc="Binary builds of the Swift programming language"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
|
|
@ -18,8 +18,8 @@ provides=('swift-language')
|
||||||
replaces=('swift-language-bin')
|
replaces=('swift-language-bin')
|
||||||
source_x86_64=("https://download.swift.org/swift-$pkgver-release/ubi9/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-ubi9.tar.gz")
|
source_x86_64=("https://download.swift.org/swift-$pkgver-release/ubi9/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-ubi9.tar.gz")
|
||||||
source_aarch64=("https://download.swift.org/swift-$pkgver-release/ubi9-aarch64/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-ubi9-aarch64.tar.gz")
|
source_aarch64=("https://download.swift.org/swift-$pkgver-release/ubi9-aarch64/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-ubi9-aarch64.tar.gz")
|
||||||
sha256sums_x86_64=('9a082c3efdeda2e65cbc7038d0c295b75fa48f360369b2538449fc665192da3e')
|
sha256sums_x86_64=('a90b616b97616fdc4906babced4961982ab36a1e3ce44cf07d4a036298529abb')
|
||||||
sha256sums_aarch64=('47f109f1f63fa24df3659676bb1afac2fdd05c0954d4f00977da6a868dd31e66')
|
sha256sums_aarch64=('ad75d92a503848a3f0adf60c16b7986e9cc041c225117530dfe747ca575b3caf')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
find_elf_only() {
|
find_elf_only() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue