summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2015-11-23 06:14:49 +1300
committerjason2015-11-23 06:14:49 +1300
commit0b874efc0d47271ec1c22c253909ee15adc9b1b1 (patch)
treed917df070fe20879b215822bdfb4a0eb0387b313
parent9f8731d8a3fbb4dd81d900967ae9ac838f376529 (diff)
downloadaur-0b874efc0d47271ec1c22c253909ee15adc9b1b1.tar.gz
0.12.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcfd071a47c5..cab8268a2e7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.3
+ pkgver = 0.12.4
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
@@ -8,10 +8,10 @@ pkgbase = syncthing-bin
arch = i686
arch = x86_64
license = MPLv2
- provides = syncthing=0.12.3
+ provides = syncthing=0.12.4
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.3/syncthing-linux--v0.12.3.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.4/syncthing-linux--v0.12.4.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index f4471412b9ea..0939ab3999b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.3
+pkgver=0.12.4
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.3')
+provides=('syncthing=0.12.4')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('f75edd1edb094ab7af3ea301377afb36bfd4ac5a')
+ sha1sums+=('909c2855559f03d98e6198adfddff7995beeba6a')
;;
i686) _pkgarch="386"
- sha1sums+=('c29e3c9a90201c30e33f24b9c653645e63e32355')
+ sha1sums+=('77621e742bbbd278231409a67786637ce10344d0')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('84c45c69c78ba8b5da6982058d44a6687c96b1d7')
+ sha1sums+=('0aed72bfdb71f951e6dc01d0196698f0993e5823')
;;
esac