summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-02-10 04:48:08 +1300
committerjason2016-02-10 04:48:08 +1300
commitcaa716a77f6c2c183e1ce54ab594b49fd1498e6b (patch)
treee40933eab34453d64d7061802e4780e186ba556e
parent8e7aeeb8cb28e03d9d17105a7f9be733846485af (diff)
downloadaur-caa716a77f6c2c183e1ce54ab594b49fd1498e6b.tar.gz
0.12.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e90f0d6bcb64..3fde5e775e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 31 19:59:42 UTC 2016
+# Tue Feb 9 15:47:58 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.17
+ pkgver = 0.12.18
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.17
+ provides = syncthing=0.12.18
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.17/syncthing-linux--v0.12.17.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.18/syncthing-linux--v0.12.18.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index cfa9780fbec5..0a9759c53cc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.17
+pkgver=0.12.18
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.17')
+provides=('syncthing=0.12.18')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('eb6d10350689b9e6158f7123659a85eb334222b8')
+ sha1sums+=('1b046ceccc1c83c82f6d113b142449380cc95b0f')
;;
i686) _pkgarch="386"
- sha1sums+=('5f06e59e51f3c47afdf6e16045b29021103d5b4e')
+ sha1sums+=('3c65db8d01db0c05e46faacf61897622f15cb0f0')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('fbe2a9bb4de8801e85589ca39e5242f808482c02')
+ sha1sums+=('c71086baf2004c92aacf5ef3b8921c39f562b958')
;;
esac