summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-02-01 08:59:51 +1300
committerjason2016-02-01 08:59:51 +1300
commit8e7aeeb8cb28e03d9d17105a7f9be733846485af (patch)
tree05f7c6939cbf4f1b81ea0b34fa19016ec1cb3ee8
parent51ff5e9197014b61052b7da8a7e031331f0cf92d (diff)
downloadaur-8e7aeeb8cb28e03d9d17105a7f9be733846485af.tar.gz
0.12.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a06061d858f6..e90f0d6bcb64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 08:37:35 UTC 2016
+# Sun Jan 31 19:59:42 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.16
+ pkgver = 0.12.17
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.16
+ provides = syncthing=0.12.17
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.16/syncthing-linux--v0.12.16.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.17/syncthing-linux--v0.12.17.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f68090af11f..cfa9780fbec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.16
+pkgver=0.12.17
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.16')
+provides=('syncthing=0.12.17')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('5b6a2e7f724f387dcd7017ea6d8821a0c0dd372f')
+ sha1sums+=('eb6d10350689b9e6158f7123659a85eb334222b8')
;;
i686) _pkgarch="386"
- sha1sums+=('0254ee988d062d458dfe56e8a6b52349249c40f7')
+ sha1sums+=('5f06e59e51f3c47afdf6e16045b29021103d5b4e')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('2cbe4455a8c576dd19bf0565c57c1f53e134a4bf')
+ sha1sums+=('fbe2a9bb4de8801e85589ca39e5242f808482c02')
;;
esac