summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-01-24 21:37:59 +1300
committerjason2016-01-24 21:37:59 +1300
commit51ff5e9197014b61052b7da8a7e031331f0cf92d (patch)
tree0dffa921ff3584f32eeca9e736e844a369178dd1
parent439f44d853dd4231c4398f07d98a8120cc039fbb (diff)
downloadaur-51ff5e9197014b61052b7da8a7e031331f0cf92d.tar.gz
0.12.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9901b6023262..a06061d858f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 17 18:42:40 UTC 2016
+# Sun Jan 24 08:37:35 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.15
+ pkgver = 0.12.16
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.15
+ provides = syncthing=0.12.16
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.15/syncthing-linux--v0.12.15.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.16/syncthing-linux--v0.12.16.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index aa4a7915cf0e..2f68090af11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.15
+pkgver=0.12.16
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.15')
+provides=('syncthing=0.12.16')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('1a129c2d8a84e6cb9f933dcf2c840aa6cfffb0e3')
+ sha1sums+=('5b6a2e7f724f387dcd7017ea6d8821a0c0dd372f')
;;
i686) _pkgarch="386"
- sha1sums+=('27e0724056a0cb8dfadbbf68bfe0f4c94a44a714')
+ sha1sums+=('0254ee988d062d458dfe56e8a6b52349249c40f7')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('6df56d23fd03c120b4369fd328ae8900fdd03d44')
+ sha1sums+=('2cbe4455a8c576dd19bf0565c57c1f53e134a4bf')
;;
esac