syncthing: update to 0.11.1.

This commit is contained in:
Duncaen 2015-04-26 16:03:31 +02:00
parent 464122596d
commit 88b07ef19d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'syncthing'
pkgname=syncthing
version=0.11.0
version=0.11.1
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=665b15c7a925f692d6c351ad9054957a7bce4bd08fe7c1506c0716b60ed99886
checksum=acd644ee8d1ba2568e901ce1dfc0973efb695d185868675e12d472a783c31825
do_build() {
goarch="${GOARCH}"