summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-06-13 09:21:46 +1200
committerjason2016-06-13 09:21:46 +1200
commit58eed35f0587530e9ceb646dbc3fa9c8dc6e09ca (patch)
tree7b04eb25e96a4c447a4525a4ace1389bf46add87
parent6c7ad2f2f27a5c9db4fae25b9b92ebec9b3e3332 (diff)
downloadaur-58eed35f0587530e9ceb646dbc3fa9c8dc6e09ca.tar.gz
0.13.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f5b9b7a1247..06173165e540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 04:37:18 UTC 2016
+# Sun Jun 12 21:21:39 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.13.5
+ pkgver = 0.13.6
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.13.5
+ provides = syncthing=0.13.6
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.13.5/syncthing-linux--v0.13.5.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.13.6/syncthing-linux--v0.13.6.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2605207995b5..c14648c9bfa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.13.5
+pkgver=0.13.6
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.13.5')
+provides=('syncthing=0.13.6')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('4b4eecd494b24aa7624de1680bc44010ce5a97de7c37f6ab7dd3459503a8b8bd')
+ sha256sums+=('e9268eba1bb5fde5a3ffb20722b88ea6e585f41719e66d5d842d2fb1bf78bd49')
;;
i686) _pkgarch="386"
- sha256sums+=('052ea28471a100f6c712681d8f6bd5ffd8eb9773cca23ebc5a7e5bc3d5148ea8')
+ sha256sums+=('a12ded10739310016f98f1f885c4eaaa575fc482b682e938a97a1e5e1d07dc12')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('ec15948b4c33c805904e9aaf62074275d5ff0ae8da441f6e3ef83f2dddf355b0')
+ sha256sums+=('af195e75aa07b9c4a07507b82013e3e2f9f5244cffad3810c9204076b05f0d5e')
;;
esac