summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuz Violeta2016-04-27 09:20:23 -0300
committerLuz Violeta2016-04-27 09:20:23 -0300
commit79ae7bd9090240b0e8bca33e28c7a14588cb3986 (patch)
tree64ba9c64a9a98b3c49a520e6ba52e891e16a50a2
parent430c351e371810eff7f7414cd7e1886578a814c7 (diff)
downloadaur-79ae7bd9090240b0e8bca33e28c7a14588cb3986.tar.gz
Updated to latest release snapshot
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2deb47efa8f7..b34bf45ce247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Mar 24 09:37:44 UTC 2016
pkgbase = swift-bin
pkgdesc = The Swift programming language, the binary drops from the official website
- pkgver = 2.2
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://swift.org
arch = x86_64
license = apache
@@ -22,9 +20,10 @@ pkgbase = swift-bin
conflicts = swift-language-git
replaces = swift-language-bin
options = !strip
- source = https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-2.2-RELEASE/swift-2.2-RELEASE-ubuntu15.10.tar.gz
- source = https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-2.2-RELEASE/swift-2.2-RELEASE-ubuntu15.10.tar.gz.sig
- sha256sums = e529bd7ac72b13a8d181f35e38f95836ac6af7b0968815459ac168e26e4e41c1
+ source = https://swift.org/builds/swift-2.2.1-release/ubuntu1510/swift-2.2.1-RELEASE/swift-2.2.1-RELEASE-ubuntu15.10.tar.gz
+ source = https://swift.org/builds/swift-2.2.1-release/ubuntu1510/swift-2.2.1-RELEASE/swift-2.2.1-RELEASE-ubuntu15.10.tar.gz.sig
+ validpgpkeys = 1BE1E29A084CB305F397D62A9F597F4D21A56D5F
+ sha256sums = 9ed7f9e13d62ba30b3f74fecb7814b2e8892dfe7edb5451b16ca32d83268b668
sha256sums = SKIP
pkgname = swift-bin
diff --git a/PKGBUILD b/PKGBUILD
index e56895eee12c..c8d69288b588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Ashley Towns <mail(at)ashleytowns(dot)id(dot)au>
-_version=2.2
+_version=2.2.1
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=2
+pkgrel=1
pkgdesc="The Swift programming language, the binary drops from the official website"
arch=('x86_64')
url="https://swift.org"
@@ -16,10 +16,10 @@ provides=('swift-language')
replaces=('swift-language-bin')
source=(
- "https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu15.10.tar.gz"
- "https://swift.org/builds/swift-2.2-release/ubuntu1510/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu15.10.tar.gz.sig"
+ "https://swift.org/builds/swift-${_version}-release/ubuntu1510/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu15.10.tar.gz"
+ "https://swift.org/builds/swift-${_version}-release/ubuntu1510/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu15.10.tar.gz.sig"
)
-sha256sums=('e529bd7ac72b13a8d181f35e38f95836ac6af7b0968815459ac168e26e4e41c1'
+sha256sums=('9ed7f9e13d62ba30b3f74fecb7814b2e8892dfe7edb5451b16ca32d83268b668'
'SKIP')
package() {