summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Towns2015-12-12 08:56:44 +1100
committerAshley Towns2015-12-12 08:56:44 +1100
commit5fb4b3ae52b5f2a2ac549451afb7305efde7f0bd (patch)
treeb8905aa9d6c9bbeb188dd0180296151445e767a7
parent404832df50d193739d7efb2c5707c6e37c9fb8e3 (diff)
downloadaur-5fb4b3ae52b5f2a2ac549451afb7305efde7f0bd.tar.gz
updated to latest snapshot
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0804e20a90c1..d9cae5aa97b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 6 02:32:22 UTC 2015
+# Fri Dec 11 21:56:07 UTC 2015
pkgbase = swift-bin
pkgdesc = The Swift programming language, the binary drops from the official website
- pkgver = 2.2.SNAPSHOT.2015.12.01.b
+ pkgver = 2.2.SNAPSHOT.2015.12.10.a
pkgrel = 1
url = https://swift.org
arch = x86_64
@@ -20,9 +20,9 @@ pkgbase = swift-bin
conflicts = swift-language-git
replaces = swift-language-bin
options = !strip
- source = https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2015-12-01-b/swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu15.10.tar.gz
- source = https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2015-12-01-b/swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu15.10.tar.gz.sig
- sha256sums = 04d62c13a50bb6c3003676fe7521c9e28bc7bc38e42524330595e80a6df24806
+ source = https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2015-12-10-a/swift-2.2-SNAPSHOT-2015-12-10-a-ubuntu15.10.tar.gz
+ source = https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2015-12-10-a/swift-2.2-SNAPSHOT-2015-12-10-a-ubuntu15.10.tar.gz.sig
+ sha256sums = ee518e50c6bbc414980ea2a58dfe0d41a76068dba2cff718430164089d998abc
sha256sums = SKIP
pkgname = swift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 515fdc8a5a0e..d9ea96f12f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ashley Towns <mail(at)ashleytowns(dot)id(dot)au>
-_version=2.2-SNAPSHOT-2015-12-01-b
+_version=2.2-SNAPSHOT-2015-12-10-a
pkgname=swift-bin
pkgver=${_version//-/.}
@@ -20,7 +20,7 @@ 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"
)
-sha256sums=('04d62c13a50bb6c3003676fe7521c9e28bc7bc38e42524330595e80a6df24806'
+sha256sums=('ee518e50c6bbc414980ea2a58dfe0d41a76068dba2cff718430164089d998abc'
'SKIP')
package() {