system/openrc: Updated for version 0.26.2.

This commit is contained in:
Aaditya Bagga 2017-05-17 22:42:20 +05:30 committed by Willy Sudiarto Raharjo
parent 62d1dc6017
commit caec6497dc
3 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ config() {
}
BACKUP_FILE=(inittab rc.conf logrotate.d/openrc)
BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap tmpfiles urandom)
BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap urandom)
for file in "${BACKUP_FILE[@]}"; do
config "etc/${file}.new"

View file

@ -3,7 +3,7 @@
# Slackware build script for openrc
# Based upon https://aur.archlinux.org/packages/openrc/
# Copyright 2015-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2015-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openrc
VERSION=${VERSION:-0.22.4}
VERSION=${VERSION:-0.26.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="openrc"
VERSION="0.22.4"
VERSION="0.26.2"
HOMEPAGE="https://github.com/OpenRC/openrc"
DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.22.4.tar.gz"
MD5SUM="09d1fae31031647b65f56a8ae51f4133"
DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.26.2.tar.gz"
MD5SUM="dc893e14c8cd43ca87bb9bc5d740b950"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"