summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-05-07 10:03:48 +1200
committerjason2016-05-07 10:03:48 +1200
commitd2c104a61571faf19b0ced2bc30f99e28922cbfa (patch)
tree2ff8c3989db6b2c4230b299ae9027c946c40ecdd
parente7168510024a8cf324639cfe52b72c54de3c0166 (diff)
downloadaur-d2c104a61571faf19b0ced2bc30f99e28922cbfa.tar.gz
0.12.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b193d74fac02..ccdce3c06159 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 21:08:27 UTC 2016
+# Fri May 6 22:03:38 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.22
+ pkgver = 0.12.23
pkgrel = 2
url = http://syncthing.net/
install = syncthing.install
@@ -10,10 +10,10 @@ pkgbase = syncthing-bin
arch = i686
arch = x86_64
license = MPLv2
- provides = syncthing=0.12.22
+ provides = syncthing=0.12.23
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.22/syncthing-linux--v0.12.22.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.23/syncthing-linux--v0.12.23.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index a30f7ea54a27..d5de8dfcadcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.22
+pkgver=0.12.23
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.22')
+provides=('syncthing=0.12.23')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('803b54cb73cb11022bfefd63c2ca991936dd5be53315bf59489292eb04bf8909')
+ sha256sums+=('4c7871b810678d6a0a32d52f291477bf1121becf761b860ade07d2184c94e51e')
;;
i686) _pkgarch="386"
- sha256sums+=('b24868039464b1387d82a378f01d83770b3c4f95255a7ff9482f158ff815487e')
+ sha256sums+=('6b361d21ed2e407c61c35328b97616e318f56178a8d25e4a7cb0327e541ee1cf')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('18502ce3d7fcbc4232df4570e39db02c58cb6408426000d551e897108cf04202')
+ sha256sums+=('e8c9f0a1f679bc49c3c1c64d748aed17864915b7e87109cad3f511ecb2a21682')
;;
esac