summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-01-11 08:24:22 +1300
committerjason2016-01-11 08:24:22 +1300
commit24be48fc308c3ec05d98b527994619dbe48c2c34 (patch)
treec353f49bd7631ed4074cb1f74975ee017d9a7059
parent45dad9b703f0df3af52f70239c2d4241b9f03630 (diff)
downloadaur-24be48fc308c3ec05d98b527994619dbe48c2c34.tar.gz
0.12.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffac325397fe..0c6329ce1931 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 06:34:17 UTC 2016
+# Sun Jan 10 19:24:09 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.11
+ pkgver = 0.12.12
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
@@ -10,10 +10,10 @@ pkgbase = syncthing-bin
arch = i686
arch = x86_64
license = MPLv2
- provides = syncthing=0.12.11
+ provides = syncthing=0.12.12
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.11/syncthing-linux--v0.12.11.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.12/syncthing-linux--v0.12.12.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 23750e62f679..2227ae3efa6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.11
+pkgver=0.12.12
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('armv6h' 'i686' 'x86_64')
license=('MPLv2')
-provides=('syncthing=0.12.11')
+provides=('syncthing=0.12.12')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('33957ad511eb69c5ae84eb5860f2debc4602d3c0')
+ sha1sums+=('458e9f5f1a86eb2f6fbe48478cd1754dc08181fa')
;;
i686) _pkgarch="386"
- sha1sums+=('3826d6787206bbf14f6797f99b71eeaa5cc3d24f')
+ sha1sums+=('3e455e9093a6d041a90ee23a154493f70e66aa66')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('5ea066df1d3ac151b64a751de8f60732e11059fc')
+ sha1sums+=('8505feb90e583f26942835fa8d82b7a3d09c0fbe')
;;
esac