summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Towns2016-01-27 21:50:53 +1100
committerAshley Towns2016-01-27 21:50:53 +1100
commitda2a861af2b51972c429fbad74a9f703f1551c40 (patch)
tree0f12193ce1976d97e4317e2069759a675257bf6b
parent6b75acdd7ccb59d7ebddbab41816b3bced088e7e (diff)
downloadaur-da2a861af2b51972c429fbad74a9f703f1551c40.tar.gz
updated to 2016-01-25-a
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71fbbad7d5a7..ca4a15d086f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 10:19:59 UTC 2016
+# Wed Jan 27 10:49:35 UTC 2016
pkgbase = swift-bin
pkgdesc = The Swift programming language, the binary drops from the official website
- pkgver = 2.2.SNAPSHOT.2016.01.11.a
+ pkgver = 2.2.SNAPSHOT.2016.01.25.a
pkgrel = 1
url = https://swift.org
arch = x86_64
@@ -22,9 +22,9 @@ pkgbase = swift-bin
conflicts = swift-language-git
replaces = swift-language-bin
options = !strip
- source = https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2016-01-11-a/swift-2.2-SNAPSHOT-2016-01-11-a-ubuntu15.10.tar.gz
- source = https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2016-01-11-a/swift-2.2-SNAPSHOT-2016-01-11-a-ubuntu15.10.tar.gz.sig
- sha256sums = b87bdd188fe95ef0e59a4b79c1b33425e64a4909da0c3d0184f98a04f7879eb7
+ source = https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-2.2-SNAPSHOT-2016-01-25-a/swift-2.2-SNAPSHOT-2016-01-25-a-ubuntu15.10.tar.gz
+ source = https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-2.2-SNAPSHOT-2016-01-25-a/swift-2.2-SNAPSHOT-2016-01-25-a-ubuntu15.10.tar.gz.sig
+ sha256sums = 641f415dbc8ed08d22eb60723339ccd47cc41c9012512815b68cc411da286dc2
sha256sums = SKIP
pkgname = swift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 54da8a2055e2..6b265f922a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ashley Towns <mail(at)ashleytowns(dot)id(dot)au>
-_version=2.2-SNAPSHOT-2016-01-11-a
+_version=2.2-SNAPSHOT-2016-01-25-a
pkgname=swift-bin
pkgver=${_version//-/.}
@@ -17,10 +17,10 @@ provides=('swift-language')
replaces=('swift-language-bin')
source=(
- "https://swift.org/builds/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz"
- "https://swift.org/builds/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz.sig"
+ "https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz"
+ "https://swift.org/builds/swift-2.2-branch/ubuntu1510/swift-${_version}/swift-${_version}-ubuntu15.10.tar.gz.sig"
)
-sha256sums=('b87bdd188fe95ef0e59a4b79c1b33425e64a4909da0c3d0184f98a04f7879eb7'
+sha256sums=('641f415dbc8ed08d22eb60723339ccd47cc41c9012512815b68cc411da286dc2'
'SKIP')
package() {