sv-helper: update to 2.0.2.

This commit is contained in:
maxice8 2017-10-19 10:30:01 -02:00 committed by Enno Boland
parent dcffd162f4
commit 62bcaa2440

View file

@ -1,6 +1,6 @@
# Template file for 'sv-helper' # Template file for 'sv-helper'
pkgname=sv-helper pkgname=sv-helper
version=2.0.1 version=2.0.2
revision=1 revision=1
depends="runit" depends="runit"
noarch="yes" noarch="yes"
@ -9,7 +9,7 @@ maintainer="bougyman <tj@rubyists.com>"
license="MIT" license="MIT"
homepage="https://github.com/rubyists/sv-helper" homepage="https://github.com/rubyists/sv-helper"
distfiles="https://github.com/rubyists/sv-helper/archive/${version}.tar.gz" distfiles="https://github.com/rubyists/sv-helper/archive/${version}.tar.gz"
checksum=97a36e9759c8db3aae07c262b87c0047e18d63897a2e71b0ff8f0f90d35883d5 checksum=4914a0185502ec0079585533d09fe87938098728bed8b158d40484c58e44f9c7
system_accounts="rsvlog" system_accounts="rsvlog"
rsvlog_homedir="/var/log" rsvlog_homedir="/var/log"
@ -23,4 +23,5 @@ do_install() {
ln -s sv-helper $DESTDIR/usr/bin/$cmd ln -s sv-helper $DESTDIR/usr/bin/$cmd
done done
vdoc README.md vdoc README.md
vlicense COPYING
} }