summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-03-24 09:27:52 +1300
committerjason2016-03-24 09:27:52 +1300
commitfb9491505a84ca5b885c2d03c56e13cde1a23d1c (patch)
treeb009a25bfd3d408a54bd285b913e37eb786a8224
parentc3dead9d1100e4a15108c6265b462eec32fce88a (diff)
downloadaur-fb9491505a84ca5b885c2d03c56e13cde1a23d1c.tar.gz
0.12.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beff030622eb..30208bdecbc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 19:50:03 UTC 2016
+# Wed Mar 23 20:27:39 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.20
+ pkgver = 0.12.21
pkgrel = 1
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.20
+ provides = syncthing=0.12.21
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.20/syncthing-linux--v0.12.20.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.21/syncthing-linux--v0.12.21.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index b31c74d4352f..c501cfcdc342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.20
+pkgver=0.12.21
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.12.20')
+provides=('syncthing=0.12.21')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('80ba151f550dab9513b332dc4a0bbe196029e8e3')
+ sha1sums+=('7b925b6d6eb02afedb70bee49a6297a972a38642')
;;
i686) _pkgarch="386"
- sha1sums+=('165aeeae92f2802b115a17eb5e3b622cccd2aa20')
+ sha1sums+=('77de243dcbf8b442f32b00fee7b2d4b19d25a8b9')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('c12bfe5873d3bc7e218839975189bf8d0d66d2ce')
+ sha1sums+=('14f1ff84118c44f8407ab2475faa52a07089b2a9')
;;
esac