summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2015-12-07 08:51:12 +1300
committerjason2015-12-07 08:51:12 +1300
commit141ac94c0980a5ac9802048e08a0ca9f12414179 (patch)
tree383d9ef148e5b8e169f7056b1a011e1cd2896222
parentc2899a41d5844192c3af93c820ec0bb95e189c61 (diff)
downloadaur-141ac94c0980a5ac9802048e08a0ca9f12414179.tar.gz
0.12.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c32f26137b2e..2c0559f93e58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 6 19:51:04 UTC 2015
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.6
+ pkgver = 0.12.7
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
@@ -8,10 +10,10 @@ pkgbase = syncthing-bin
arch = i686
arch = x86_64
license = MPLv2
- provides = syncthing=0.12.6
+ provides = syncthing=0.12.7
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.6/syncthing-linux--v0.12.6.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.7/syncthing-linux--v0.12.7.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index a7e5a52dd467..489d125f80a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.6
+pkgver=0.12.7
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.6')
+provides=('syncthing=0.12.7')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('99d25bbe51478e8ff688ad293f977d5a40c0e444')
+ sha1sums+=('729f9470054621c076b438230fab12d4df0538c2')
;;
i686) _pkgarch="386"
- sha1sums+=('0613dfae95b602473244795a7c710f3a6d6e7d92')
+ sha1sums+=('685efe593d46e5c8994af9892312b5059892dcf4')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('984954b449927340e47dbcf8a166d4d5f399f625')
+ sha1sums+=('1a5bdb30cb8e8662deb7db42bf9a063420cd36ac')
;;
esac