summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-01-18 07:42:48 +1300
committerjason2016-01-18 07:42:48 +1300
commit439f44d853dd4231c4398f07d98a8120cc039fbb (patch)
tree2f6106f237f9ddc2a652bdc628516d34be01ed0e
parentd795ce8c8a11d2ab3b00e0d57807bfc25a68b18a (diff)
downloadaur-439f44d853dd4231c4398f07d98a8120cc039fbb.tar.gz
0.12.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96e808f2fa6f..9901b6023262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 14 08:07:29 UTC 2016
+# Sun Jan 17 18:42:40 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.14
+ pkgver = 0.12.15
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.14
+ provides = syncthing=0.12.15
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.14/syncthing-linux--v0.12.14.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.15/syncthing-linux--v0.12.15.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b36d85e029a..aa4a7915cf0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.14
+pkgver=0.12.15
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.14')
+provides=('syncthing=0.12.15')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('427d89f8bc4b78c37a0d9e51f1d21015b7ed6e6a')
+ sha1sums+=('1a129c2d8a84e6cb9f933dcf2c840aa6cfffb0e3')
;;
i686) _pkgarch="386"
- sha1sums+=('bd658591e437588b9dbe6a08f79dce7b8385612e')
+ sha1sums+=('27e0724056a0cb8dfadbbf68bfe0f4c94a44a714')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('ed60b5ccc4dd020d01fc7ef4a7e3d4bfa63d0e9e')
+ sha1sums+=('6df56d23fd03c120b4369fd328ae8900fdd03d44')
;;
esac