From 8d6cb9492543d2b6be87f07e25a462233d210e80 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 27 Feb 2018 07:21:46 -0300 Subject: [PATCH] alfred: update to 2018.0. Closes: #11955 [via git-merge-pr] --- srcpkgs/alfred/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/alfred/template b/srcpkgs/alfred/template index 134671787a2..15aa6b76a1a 100644 --- a/srcpkgs/alfred/template +++ b/srcpkgs/alfred/template @@ -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 " -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 }