summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-06-15 09:54:13 +1200
committerjason2016-06-15 09:54:13 +1200
commit762f23de6b13e832ecd239ac611a92a3c1502771 (patch)
tree2255b54c3106deb388cf538e5b93371b4712bddb
parent58eed35f0587530e9ceb646dbc3fa9c8dc6e09ca (diff)
downloadaur-762f23de6b13e832ecd239ac611a92a3c1502771.tar.gz
0.13.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06173165e540..57909b74822f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 12 21:21:39 UTC 2016
+# Tue Jun 14 21:54:08 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.13.6
+ pkgver = 0.13.7
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.6
+ provides = syncthing=0.13.7
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.13.6/syncthing-linux--v0.13.6.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.13.7/syncthing-linux--v0.13.7.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index c14648c9bfa8..ac33552178e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.13.6
+pkgver=0.13.7
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.6')
+provides=('syncthing=0.13.7')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('e9268eba1bb5fde5a3ffb20722b88ea6e585f41719e66d5d842d2fb1bf78bd49')
+ sha256sums+=('b07facc8aa018a82fd219535ad080c06e27bc6ee24616c7be7e20ee11e114645')
;;
i686) _pkgarch="386"
- sha256sums+=('a12ded10739310016f98f1f885c4eaaa575fc482b682e938a97a1e5e1d07dc12')
+ sha256sums+=('83d12dbdd54a7ead384c77467f10a78f11b500bc240a3ba0caa837ffedf1b795')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('af195e75aa07b9c4a07507b82013e3e2f9f5244cffad3810c9204076b05f0d5e')
+ sha256sums+=('e35003b256b7c599cd70f06f15fe515bf859ca4f973ef61a957f061e165cd89a')
;;
esac