summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-01-14 18:58:51 +1300
committerjason2016-01-14 18:58:51 +1300
commit40a8f5aa93bac13b169b4613d4483a73882bf6bb (patch)
treecfccf517f1df7bf13a5e3ba13f131b71c0dd7c4e
parent24be48fc308c3ec05d98b527994619dbe48c2c34 (diff)
downloadaur-40a8f5aa93bac13b169b4613d4483a73882bf6bb.tar.gz
0.12.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6329ce1931..a45423979b90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 19:24:09 UTC 2016
+# Thu Jan 14 05:57:38 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.12
+ pkgver = 0.12.13
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.12
+ provides = syncthing=0.12.13
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.12/syncthing-linux--v0.12.12.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.13/syncthing-linux--v0.12.13.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2227ae3efa6e..a1bd80acda3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.12
+pkgver=0.12.13
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.12')
+provides=('syncthing=0.12.13')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('458e9f5f1a86eb2f6fbe48478cd1754dc08181fa')
+ sha1sums+=('fe7d3e278ff9c9972eb112585015921ca750cd0d')
;;
i686) _pkgarch="386"
- sha1sums+=('3e455e9093a6d041a90ee23a154493f70e66aa66')
+ sha1sums+=('f2f96880e133d795056cfbf1f2e41c257fb63fbb')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('8505feb90e583f26942835fa8d82b7a3d09c0fbe')
+ sha1sums+=('048775ff343ed77a216ce14d1405adf4e5783b70')
;;
esac