summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa28e4ae6b32..69ca2ed8c3e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 27 20:00:56 UTC 2015
+# Sun Jan 3 20:53:05 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.10
+ pkgver = 0.12.11
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.10
+ provides = syncthing=0.12.11
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.10/syncthing-linux--v0.12.10.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.11/syncthing-linux--v0.12.11.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index b8100ac0a8f7..09bc82e8086a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.10
+pkgver=0.12.11
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.10')
+provides=('syncthing=0.12.11')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('47e952956ceb3829a49cc05d427a27293bc6e7f0')
+ sha1sums+=('e6b11cb282199178a6d6d002c90196c3f8b2eb18')
;;
i686) _pkgarch="386"
- sha1sums+=('f0a3621f5f9abf8789e4d563b9d351814e1a25ad')
+ sha1sums+=('3826d6787206bbf14f6797f99b71eeaa5cc3d24f')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('8009d78a2424afca7226db1358ee9952163f2dbe')
+ sha1sums+=('5ea066df1d3ac151b64a751de8f60732e11059fc')
;;
esac