summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-01-14 21:07:42 +1300
committerjason2016-01-14 21:07:42 +1300
commitd795ce8c8a11d2ab3b00e0d57807bfc25a68b18a (patch)
tree5f1047b75a3f345317433ae695aa6d68d3fde7c4
parent40a8f5aa93bac13b169b4613d4483a73882bf6bb (diff)
downloadaur-d795ce8c8a11d2ab3b00e0d57807bfc25a68b18a.tar.gz
0.12.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a45423979b90..96e808f2fa6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 14 05:57:38 UTC 2016
+# Thu Jan 14 08:07:29 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.13
+ pkgver = 0.12.14
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.13
+ provides = syncthing=0.12.14
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.13/syncthing-linux--v0.12.13.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.14/syncthing-linux--v0.12.14.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1bd80acda3f..3b36d85e029a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.13
+pkgver=0.12.14
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.13')
+provides=('syncthing=0.12.14')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('fe7d3e278ff9c9972eb112585015921ca750cd0d')
+ sha1sums+=('427d89f8bc4b78c37a0d9e51f1d21015b7ed6e6a')
;;
i686) _pkgarch="386"
- sha1sums+=('f2f96880e133d795056cfbf1f2e41c257fb63fbb')
+ sha1sums+=('bd658591e437588b9dbe6a08f79dce7b8385612e')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('048775ff343ed77a216ce14d1405adf4e5783b70')
+ sha1sums+=('ed60b5ccc4dd020d01fc7ef4a7e3d4bfa63d0e9e')
;;
esac