syncthing: update to 0.12.4.

This commit is contained in:
Duncaen 2015-11-22 16:27:16 +01:00
parent 1a0a981659
commit d9f8bd3abc

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.12.3 version=0.12.4
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/syncthing/syncthing" go_import_path="github.com/syncthing/syncthing"
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MPLv2" license="MPLv2"
homepage="http://syncthing.net/" homepage="http://syncthing.net/"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=2e9777c7131bebbb64e295888ea8956ec0649ed0e86d4700a1474d43a0bdcbbc checksum=c8db6feb385f95b3040fa3fd9bcdf662a1faaa882fe6011b30c8bbd07cc49b83
do_build() { do_build() {
goarch="${GOARCH}" goarch="${GOARCH}"