system/cronie: Updated for version 1.5.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e06e2b86fe
commit
18bd7e9ef6
|
@ -4,6 +4,7 @@
|
|||
# Copyright 2012, 2013 Chris Abela, Malta
|
||||
# Copyright 2014 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Copyright 2017-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2019 Ricardo J. Barberis <ricardo.barberis@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cronie
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
VERSION=${VERSION:-1.5.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -113,7 +114,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog INSTALL README \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cronie"
|
||||
VERSION="1.5.2"
|
||||
VERSION="1.5.4"
|
||||
HOMEPAGE="https://github.com/cronie-crond/cronie"
|
||||
DOWNLOAD="https://github.com/cronie-crond/cronie/releases/download/cronie-1.5.2/cronie-1.5.2.tar.gz"
|
||||
MD5SUM="703314f58a49ea136e9966d3937d9bf4"
|
||||
DOWNLOAD="https://github.com/cronie-crond/cronie/releases/download/cronie-1.5.4-final/cronie-1.5.4.tar.gz"
|
||||
MD5SUM="20233b96997e17a142e1fbe0d7ce8223"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
MAINTAINER="Aaditya Bagga"
|
||||
EMAIL="aaditya_gnulinux@zoho.com"
|
||||
MAINTAINER="Ricardo J. Barberis"
|
||||
EMAIL="ricardo.barberis@gmail.com"
|
||||
|
|
|
@ -13,7 +13,7 @@ cronie: programs at scheduled times and related tools. It is based on the
|
|||
cronie: original cron and has security and configuration enhancements like the
|
||||
cronie: ability to use pam and SELinux.
|
||||
cronie:
|
||||
cronie: Homepage: http://freecode.com/projects/dcron
|
||||
cronie: Homepage: https://github.com/cronie-crond/cronie
|
||||
cronie:
|
||||
cronie:
|
||||
cronie:
|
||||
|
|
Loading…
Reference in New Issue