alfred: update to 2018.0.

Closes: #11955 [via git-merge-pr]
This commit is contained in:
maxice8 2018-02-27 07:21:46 -03:00 committed by Michael Aldridge
parent 3a9f864c5d
commit 8d6cb94925
1 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'alfred'
pkgname=alfred
version=2017.4
version=2018.0
revision=1
build_style=gnu-makefile
short_desc="Daemon for distributing arbitrary information over a batman mesh"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2, ISC"
homepage="http://www.open-mesh.org/projects/open-mesh/wiki/Alfred"
distfiles="http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
checksum=c4ea1afa75628667693d14ee95f08c9943b9f0001b8c442c9a2974f26c75dc88
license="GPL-2, MIT"
homepage="https://www.open-mesh.org/projects/alfred/wiki"
distfiles="https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
checksum=c7cfeb6defc46fe0da9d620afcf89ee36ddc034e31dee58cc239b757a77cf257
hostmakedepends="pkg-config"
makedepends="libcap-devel libnl3-devel"
make_build_args="CONFIG_ALFRED_GPSD=n"
@ -20,5 +20,5 @@ post_install() {
vsv alfred
vsv batadv-vis
vlicense LICENSE
vlicense LICENSES/preferred/MIT
}