summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2017-03-18 22:58:32 -0400
committeryoungunix2017-03-18 22:58:32 -0400
commitf12c7b1f5f7c35ffb92d31e25251a1d64b9149c0 (patch)
tree4be7c8406d18afc6a61a9fecc02c3789a95e99c2
parent8bc864e31869a69d8b2ca7fd7021351919bd6fdf (diff)
downloadaur-f12c7b1f5f7c35ffb92d31e25251a1d64b9149c0.tar.gz
version update
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab6a1d06572..5d81ebfdea75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Nov 9 03:10:55 UTC 2016
pkgbase = swift-bin
pkgdesc = Official binary builds of the Swift programming language.
- pkgver = 3.0.1
- pkgrel = 3
+ pkgver = 3.0.2
+ pkgrel = 1
url = https://swift.org
arch = x86_64
license = apache
@@ -22,10 +20,11 @@ pkgbase = swift-bin
conflicts = swift-language-git
replaces = swift-language-bin
options = !strip
- source = https://swift.org/builds/swift-3.0.1-release/ubuntu1604/swift-3.0.1-RELEASE/swift-3.0.1-RELEASE-ubuntu16.04.tar.gz
- source = https://swift.org/builds/swift-3.0.1-release/ubuntu1604/swift-3.0.1-RELEASE/swift-3.0.1-RELEASE-ubuntu16.04.tar.gz.sig
- sha256sums = 38e7ce6a716f7f72f1868b9c0ba6f29007a83e1662adb21400cca0c6c7902b58
- sha256sums = 0cd89ca6c8c485e9f431df16c18ad840766d3980cd3555f4fa34fb2dcff8c7e4
+ source = https://swift.org/builds/swift-3.0.2-release/ubuntu1604/swift-3.0.2-RELEASE/swift-3.0.2-RELEASE-ubuntu16.04.tar.gz
+ source = https://swift.org/builds/swift-3.0.2-release/ubuntu1604/swift-3.0.2-RELEASE/swift-3.0.2-RELEASE-ubuntu16.04.tar.gz.sig
+ validpgpkeys = A3BAFD3556A59079C06894BD63BC1CFE91D306C6
+ sha256sums = 505119fa8de17cd8ef2c4906c9ed3b85da7a282c02ef21db94347bb44ac83959
+ sha256sums = 382ed78c5deea514a19e64d87cf0315eb7f7814c2b2cb01095fcf52e3bd8a87f
pkgname = swift-bin
diff --git a/PKGBUILD b/PKGBUILD
index e0d288752c16..40bcde7a4a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Ashley Towns <mail(at)ashleytowns(dot)id(dot)au>
+# Maintainer: youngunix <>
-_version=3.0.1
+
+_version=3.0.2
pkgname=swift-bin
pkgver=${_version//-/.}
-pkgrel=3
+pkgrel=1
pkgdesc="Official binary builds of the Swift programming language."
arch=('x86_64')
url="https://swift.org"
@@ -19,8 +20,8 @@ source=(
"https://swift.org/builds/swift-${_version}-release/ubuntu1604/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu16.04.tar.gz"
"https://swift.org/builds/swift-${_version}-release/ubuntu1604/swift-${_version}-RELEASE/swift-${_version}-RELEASE-ubuntu16.04.tar.gz.sig"
)
-sha256sums=('38e7ce6a716f7f72f1868b9c0ba6f29007a83e1662adb21400cca0c6c7902b58'
- '0cd89ca6c8c485e9f431df16c18ad840766d3980cd3555f4fa34fb2dcff8c7e4')
+sha256sums=('505119fa8de17cd8ef2c4906c9ed3b85da7a282c02ef21db94347bb44ac83959'
+ '382ed78c5deea514a19e64d87cf0315eb7f7814c2b2cb01095fcf52e3bd8a87f')
package() {
tar -C "$pkgdir" -xf "swift-${_version}-RELEASE"*.tar.gz --strip 1