summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-04-14 09:08:39 +1200
committerjason2016-04-14 09:08:39 +1200
commite7168510024a8cf324639cfe52b72c54de3c0166 (patch)
treea11d21c7caefbc807f9ee9917c4940b56bf243b8
parent658f0d87b7b252fbc5d54b10e5f875e9e0037f6a (diff)
downloadaur-e7168510024a8cf324639cfe52b72c54de3c0166.tar.gz
0.12.22
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03796874672f..b193d74fac02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 19:56:32 UTC 2016
+# Wed Apr 13 21:08:27 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.21
+ pkgver = 0.12.22
pkgrel = 2
url = http://syncthing.net/
install = syncthing.install
@@ -10,11 +10,11 @@ pkgbase = syncthing-bin
arch = i686
arch = x86_64
license = MPLv2
- provides = syncthing=0.12.21
+ provides = syncthing=0.12.22
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.21/syncthing-linux--v0.12.21.tar.gz
- sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.22/syncthing-linux--v0.12.22.tar.gz
+ sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index f1d6491a3f30..a30f7ea54a27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,28 +3,28 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.21
+pkgver=0.12.22
pkgrel=2
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('armv6h' 'i686' 'x86_64')
license=('MPLv2')
-provides=('syncthing=0.12.21')
+provides=('syncthing=0.12.22')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
-sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
+sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('5e08bb481d1f6f4f7e5d31e68fbae0854dac01a2')
+ sha256sums+=('803b54cb73cb11022bfefd63c2ca991936dd5be53315bf59489292eb04bf8909')
;;
i686) _pkgarch="386"
- sha1sums+=('83e245763eaa2aa74d8ab280c2b563ae072aae61')
+ sha256sums+=('b24868039464b1387d82a378f01d83770b3c4f95255a7ff9482f158ff815487e')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('5401d90aefd4fd805a284f0a7ea1b6f25acf2c00')
+ sha256sums+=('18502ce3d7fcbc4232df4570e39db02c58cb6408426000d551e897108cf04202')
;;
esac