syncthing: update to 0.11.0.

This commit is contained in:
Duncaen 2015-04-22 20:13:08 +02:00
parent 1cf59aa444
commit b5f453ab67
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'syncthing'
pkgname=syncthing
version=0.10.30
version=0.11.0
revision=1
build_style=go
go_import_path="github.com/syncthing/syncthing"
@ -9,7 +9,7 @@ maintainer="Duncan Overbruck <mail@duncano.de>"
license="MPLv2"
homepage="http://syncthing.net/"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=0358f8b5edacebb0eacfad424e2fbca32587b0747c7f7060c63e961038289880
checksum=665b15c7a925f692d6c351ad9054957a7bce4bd08fe7c1506c0716b60ed99886
do_build() {
goarch="${GOARCH}"