summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-12-28 12:43:03 +1300
committerjason2016-12-28 12:43:03 +1300
commit25ab1e6ff62ef389fdfcb33bb5fc2fa8b7e4ca95 (patch)
tree6ce0441c4366b40fb3f3a3b8fa0a6c0e15711b40
parentaaba1952f4688cda6c309b792ecb9dac87de03dc (diff)
downloadaur-25ab1e6ff62ef389fdfcb33bb5fc2fa8b7e4ca95.tar.gz
0.14.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8a6ec80d34c..8351169d8f65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Dec 21 21:24:45 UTC 2016
+# Tue Dec 27 23:42:49 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.14.16
+ pkgver = 0.14.17
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
arch = any
license = MPLv2
- provides = syncthing=0.14.16
+ provides = syncthing=0.14.17
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.14.16/syncthing-linux--v0.14.16.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.14.17/syncthing-linux--v0.14.17.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index bcbedc2af718..dc455682722f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.14.16
+pkgver=0.14.17
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('any')
license=('MPLv2')
-provides=('syncthing=0.14.16')
+provides=('syncthing=0.14.17')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('2e47e981c8cba9c3d067cb4724345f3961d680fc210160bef0374cae4e3812f7')
+ sha256sums+=('d8f597ff2f61a82bdc284b590a3aa7a1dea20d48c5536e7b761c467ce64a838f')
;;
i686) _pkgarch="386"
- sha256sums+=('a3e515090d5e074317d33c9757afff7ffc7271136c58ac1cd1f89374b6e96d66')
+ sha256sums+=('6c2e127de0a760af9e893420d7fb8f2ff00771fce7aec17eaa41f1c5524f37a4')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('1e575c99dc4649d4dbf68ab9ac4173b61f9b36fe60ee3a380304073bb35aa989')
+ sha256sums+=('8b75f03585126369e518feea5d624ed0013601bf064b181cde0b980c04b3b51d')
;;
esac