summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-05-22 08:19:07 +1200
committerjason2016-05-22 08:19:07 +1200
commit7a3bcc8719fac8f8124161b3e88ddd76697bed4f (patch)
tree31d959508639c9f5d3c2c380bd0763e9dbd5302c
parent22d774ee30e592299b750eb2c9fd36a051914395 (diff)
downloadaur-7a3bcc8719fac8f8124161b3e88ddd76697bed4f.tar.gz
0.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892822cebb25..e55d398ca513 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 18 21:30:49 UTC 2016
+# Sat May 21 20:18:58 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.13.1
+ pkgver = 0.13.2
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.1
+ provides = syncthing=0.13.2
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.13.1/syncthing-linux--v0.13.1.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.13.2/syncthing-linux--v0.13.2.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fcb85b69c22..346be7625902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.13.1
+pkgver=0.13.2
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.1')
+provides=('syncthing=0.13.2')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('950d992c01f371612dea4415b8344b2fcb024d825f7b628c679e583f51150853')
+ sha256sums+=('0d745b0ca2d1010bc1423e6caa71587a685a400b3f565eec2248b06fb2f2c23b')
;;
i686) _pkgarch="386"
- sha256sums+=('97eafc8f2b283d9bbb4a6465cf3157cbdc2f9494eb0152dc5b3431bcde7fca0f')
+ sha256sums+=('28153bcc5fc53d3983932eabb5afb8965751d9fc34b7c93946f1a4ea3531292b')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('94b0bf39dceb84cb1e0d958c5211a0e95e66f3504ff5aee7efb5c3eb41aed048')
+ sha256sums+=('3310cadf8ca5563769d35fcea0c4e19ab593fb40c8485d1364de87a41316e9b7')
;;
esac