From e2c2df21a7667b9f96b4796d56eac94824cb3968 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 23 Feb 2015 17:24:05 +0100 Subject: [PATCH] outils: update to 0.2. --- srcpkgs/outils/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/outils/template b/srcpkgs/outils/template index 11c0b019a4a..6491b2eb4bd 100644 --- a/srcpkgs/outils/template +++ b/srcpkgs/outils/template @@ -1,7 +1,7 @@ # Template file for 'outils' pkgname=outils -version=0.1 -revision=2 +version=0.2 +revision=1 build_style=gnu-makefile make_install_args="install install-calendars" makedepends="libressl-devel" @@ -11,8 +11,8 @@ short_desc="Some non-standard OpenBSD tools" maintainer="Christian Neukirchen " license="ISC, BSD" homepage="https://github.com/chneukirchen/outils" -distfiles="https://github.com/chneukirchen/outils/archive/v0.1.tar.gz" -checksum=76cb8e363dff95771c744475c9a19714926f9d7fe87708b8a580fe45683ea52d +distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz" +checksum=e37626abd95ada936250938f4142161f70dae8247257db946708d6a87e785ddc do_build() { make ${makejobs} CC="$CC" CFLAGS="$CFLAGS"