summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8adeba6ea33a..289637c2cbda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.11.23
+ pkgver = 0.11.24
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.23
+ provides = syncthing=0.11.24
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.11.23/syncthing-linux--v0.11.23.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.11.24/syncthing-linux--v0.11.24.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 27ac2453beb5..9117715efba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.11.23
+pkgver=0.11.24
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.23')
+provides=('syncthing=0.11.24')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('d5da71653b05546fc63a24c44a951eb8b7df468b')
+ sha1sums+=('45eb106d85d96d2ff3d91048195b82fbbbfa9907')
;;
i686) _pkgarch="386"
- sha1sums+=('85ca7d174db3835d0aff929bf80d09a0ec72b0d9')
+ sha1sums+=('a6243fb49e72be3b1759c3b05ced98d333a40962')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('925ddf187e111d07b612993372e14cf4466b9e80')
+ sha1sums+=('4d61910fc98fea5e7cad91c30e857e79cb9c526f')
;;
esac