summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2017-08-08 19:06:48 +1200
committerjason2017-08-08 19:06:48 +1200
commit4a9eac0fdca3d20ce99e8f7f6b0d88fed458a1fd (patch)
tree10a996388e9c3d18a6570bd554d12175bbf7069e
parent3efa5488719d67b435a4dd5fc707a7a0e911f115 (diff)
downloadaur-4a9eac0fdca3d20ce99e8f7f6b0d88fed458a1fd.tar.gz
0.14.34
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99adb56d50c3..7bb346e62831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Jul 25 18:12:02 UTC 2017
+# Tue Aug 8 07:06:41 UTC 2017
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.14.33
+ pkgver = 0.14.34
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
arch = any
license = MPLv2
- provides = syncthing=0.14.33
+ provides = syncthing=0.14.34
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.14.33/syncthing-linux--v0.14.33.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.14.34/syncthing-linux--v0.14.34.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 66cf13e3dbd3..02f92cc9ff4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.14.33
+pkgver=0.14.34
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('any')
license=('MPLv2')
-provides=('syncthing=0.14.33')
+provides=('syncthing=0.14.34')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('2e0211898fcb5c911e72926577f52319d7e75238276c9e76a909188513dc4a75')
+ sha256sums+=('23141769ebcd91d84f81681c88b4c80200ee894b433d2ae8073e8a98d763c6bc')
;;
i686) _pkgarch="386"
- sha256sums+=('5cccfe6b7b05c68ec287c129037a397a8f958b0ade22bf671029d13e701561ed')
+ sha256sums+=('a0e6bbc7c6078d2e8e49d034b3951df833ecdaaa652f4705a3562ee465ef9d6e')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('5ad74da27b1825494bf76ef299887cc1a4b2fa94373fdff0dcf6724a28e3e041')
+ sha256sums+=('eee23eb7598d6ae44acc9c59c6f2e97c92703504980e4ab7eb5b767daa3e695f')
;;
esac