summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-02-18 10:40:23 +1300
committerjason2016-02-18 10:40:23 +1300
commit410a5c91f13efba33a59ebfab29ae572e15a8343 (patch)
treeecee213fc34963036e332364b1fa891da29e005a
parentcaa716a77f6c2c183e1ce54ab594b49fd1498e6b (diff)
downloadaur-410a5c91f13efba33a59ebfab29ae572e15a8343.tar.gz
0.12.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fde5e775e9d..6428b88bc864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 9 15:47:58 UTC 2016
+# Wed Feb 17 21:40:13 UTC 2016
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.18
+ pkgver = 0.12.19
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.18
+ provides = syncthing=0.12.19
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.18/syncthing-linux--v0.12.18.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.19/syncthing-linux--v0.12.19.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a9759c53cc9..20344c792ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.18
+pkgver=0.12.19
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.18')
+provides=('syncthing=0.12.19')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('1b046ceccc1c83c82f6d113b142449380cc95b0f')
+ sha1sums+=('2351c7b29b80c7611323c25b2da7346ce97eb68c')
;;
i686) _pkgarch="386"
- sha1sums+=('3c65db8d01db0c05e46faacf61897622f15cb0f0')
+ sha1sums+=('9dadad1f7dec489e924278c66bbac82bc42280c0')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('c71086baf2004c92aacf5ef3b8921c39f562b958')
+ sha1sums+=('96587aa89952c65746898bedae045b299284d7cd')
;;
esac