mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Update Source
This commit is contained in:
parent
6bd7938d84
commit
eb54ed61a1
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = swift-bin
|
||||
pkgdesc = Binary builds of the Swift programming language
|
||||
pkgver = 5.7.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.swift.org/
|
||||
arch = x86_64
|
||||
license = apache
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = swift-bin
|
|||
provides = swift-language
|
||||
replaces = swift-language-bin
|
||||
options = !strip
|
||||
source = https://swift.org/builds/swift-5.7.3-release/centos7/swift-5.7.3-RELEASE/swift-5.7.3-RELEASE-centos7.tar.gz
|
||||
source = https://download.swift.org/swift-5.7.3-release/centos7/swift-5.7.3-RELEASE/swift-5.7.3-RELEASE-centos7.tar.gz
|
||||
sha256sums = 10138dce4306309fdd77c530a7c19e4d00586cdaf5698dd7412004bcb6d86d28
|
||||
|
||||
pkgname = swift-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=swift-bin
|
||||
pkgver=5.7.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Binary builds of the Swift programming language"
|
||||
arch=('x86_64')
|
||||
url="https://www.swift.org/"
|
||||
|
|
@ -15,7 +15,7 @@ optdepends=('python36: required for REPL')
|
|||
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")
|
||||
source=("https://download.swift.org/swift-$pkgver-release/centos7/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-centos7.tar.gz")
|
||||
sha256sums=('10138dce4306309fdd77c530a7c19e4d00586cdaf5698dd7412004bcb6d86d28')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue