summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Ryan2018-10-03 08:43:02 +1300
committerJason Ryan2018-10-03 08:43:02 +1300
commit2bad0dd9fc7aa2c2df9830d49e2827d9f9085760 (patch)
treea89f257499c8d5c433fddcd502d6be3f3ec25691
parentcf87ce7a04dea1caba7c843771d70ce13ce2fd6e (diff)
downloadaur-2bad0dd9fc7aa2c2df9830d49e2827d9f9085760.tar.gz
0.14.51
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37f01d7e2fc6..29f905dc48d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.14.50
+ pkgver = 0.14.51
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
arch = any
license = MPLv2
- provides = syncthing=0.14.50
+ provides = syncthing=0.14.51
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.14.50/syncthing-linux-amd64-v0.14.50.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.14.51/syncthing-linux-amd64-v0.14.51.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
- sha256sums = 7b3cb164604f9ccc518f5bdfbf1051e198860441819ff4962b1e38b34c86efc6
+ sha256sums = be18577ecf89aec781d977e6b447ca96ce220f7461444da17c02bfa95a80e2c6
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4218cfb077b3..808349c00aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.14.50
+pkgver=0.14.51
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('any')
license=('MPLv2')
-provides=('syncthing=0.14.50')
+provides=('syncthing=0.14.51')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('b7ed5a28e86386e8bde9756f459d566cfd920b5cef019e8332bf72165801fe3c')
+ sha256sums+=('fb45dca8d1a4446000f6b0a0a6c8f819233f2216ab6affed72eae5d0be2fc865')
;;
i686) _pkgarch="386"
- sha256sums+=('00d4eb3af9728dc0e2db4aeff223299464d6d575c5512ae6b75c147000663227')
+ sha256sums+=('aefc499854781780fdf3ed45977ac643e94a8332e7d646c33403dfe241a5b5a5')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('7b3cb164604f9ccc518f5bdfbf1051e198860441819ff4962b1e38b34c86efc6')
+ sha256sums+=('be18577ecf89aec781d977e6b447ca96ce220f7461444da17c02bfa95a80e2c6')
;;
esac