summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2015-11-16 09:05:32 +1300
committerjason2015-11-16 09:05:32 +1300
commit9f8731d8a3fbb4dd81d900967ae9ac838f376529 (patch)
tree15043d9f4e65a5c69bdaf872400ad163fb3ac841
parentb9c1f86cfb07e6c3b3d4f01e64bee83c89f2db6f (diff)
downloadaur-9f8731d8a3fbb4dd81d900967ae9ac838f376529.tar.gz
0.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a1f4a66fa4..fcfd071a47c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.12.2
+ pkgver = 0.12.3
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.2
+ provides = syncthing=0.12.3
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.12.2/syncthing-linux--v0.12.2.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.12.3/syncthing-linux--v0.12.3.tar.gz
sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 30bf907bea12..f4471412b9ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.12.2
+pkgver=0.12.3
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.2')
+provides=('syncthing=0.12.3')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha1sums+=('2fddc68b226c93e13664e6d20e64463fd62c4cfd')
+ sha1sums+=('f75edd1edb094ab7af3ea301377afb36bfd4ac5a')
;;
i686) _pkgarch="386"
- sha1sums+=('8e17f7944b655cf90c7e81b4548b3e1cd96a81b2')
+ sha1sums+=('c29e3c9a90201c30e33f24b9c653645e63e32355')
;;
x86_64) _pkgarch="amd64"
- sha1sums+=('b2e54054b94b46da440181da14201822fcdb203b')
+ sha1sums+=('84c45c69c78ba8b5da6982058d44a6687c96b1d7')
;;
esac