summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2015-08-31 08:59:17 +1200
committerjason2015-08-31 08:59:17 +1200
commitf1b8b8beef7e6c5223cacb6968e371aa253f6de2 (patch)
tree7a7ad920fe4ccc805e72711fa15a0d5180d85eb9
parentb0d60df000e5de30ae2763591b9a7a02b78ffe86 (diff)
downloadaur-f1b8b8beef7e6c5223cacb6968e371aa253f6de2.tar.gz
0.11.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0034022270a9..8adeba6ea33a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.11.22
+ pkgver = 0.11.23
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
@@ -8,10 +8,10 @@ pkgbase = syncthing-bin
arch = i686
arch = x86_64
license = MPLv2
- provides = syncthing=0.11.22
+ provides = syncthing=0.11.23
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.11.22/syncthing-linux--v0.11.22.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.11.23/syncthing-linux--v0.11.23.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a9277b76a94..27ac2453beb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.11.22
+pkgver=0.11.23
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.11.22')
+provides=('syncthing=0.11.23')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('27d1c3257cf1e7da416b31e7e25820e380c50ec8')
+ sha1sums+=('d5da71653b05546fc63a24c44a951eb8b7df468b')
;;
i686) _pkgarch="386"
- sha1sums+=('2495c109fb5acfddb82707102473aa8367538bc5')
+ sha1sums+=('85ca7d174db3835d0aff929bf80d09a0ec72b0d9')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('50fa3d84f31532f8334f7759c1b26ca3255579a7')
+ sha1sums+=('925ddf187e111d07b612993372e14cf4466b9e80')
;;
esac