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 cb397a45d4ce..0034022270a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.11.21
+ pkgver = 0.11.22
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.21
+ provides = syncthing=0.11.22
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.11.21/syncthing-linux--v0.11.21.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.11.22/syncthing-linux--v0.11.22.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b9c7ed5260f..4a9277b76a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.11.21
+pkgver=0.11.22
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.21')
+provides=('syncthing=0.11.22')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('581f8e4d22f5d75d9f87a0a72e9b8ccea16068fb')
+ sha1sums+=('27d1c3257cf1e7da416b31e7e25820e380c50ec8')
;;
i686) _pkgarch="386"
- sha1sums+=('a84f6e60626912443c59190b4e30af4a5196dd18')
+ sha1sums+=('2495c109fb5acfddb82707102473aa8367538bc5')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('0e5848a024bf0bddea52012d9ebc34b2bd6aa57d')
+ sha1sums+=('50fa3d84f31532f8334f7759c1b26ca3255579a7')
;;
esac