From 62bcaa2440ce6d206ef8fb087cf1a919d5d36037 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 19 Oct 2017 10:30:01 -0200 Subject: [PATCH] sv-helper: update to 2.0.2. --- srcpkgs/sv-helper/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sv-helper/template b/srcpkgs/sv-helper/template index b3c081ecaca..ee375a3c521 100644 --- a/srcpkgs/sv-helper/template +++ b/srcpkgs/sv-helper/template @@ -1,6 +1,6 @@ # Template file for 'sv-helper' pkgname=sv-helper -version=2.0.1 +version=2.0.2 revision=1 depends="runit" noarch="yes" @@ -9,7 +9,7 @@ maintainer="bougyman " license="MIT" homepage="https://github.com/rubyists/sv-helper" distfiles="https://github.com/rubyists/sv-helper/archive/${version}.tar.gz" -checksum=97a36e9759c8db3aae07c262b87c0047e18d63897a2e71b0ff8f0f90d35883d5 +checksum=4914a0185502ec0079585533d09fe87938098728bed8b158d40484c58e44f9c7 system_accounts="rsvlog" rsvlog_homedir="/var/log" @@ -23,4 +23,5 @@ do_install() { ln -s sv-helper $DESTDIR/usr/bin/$cmd done vdoc README.md + vlicense COPYING }