system/openrc-services: Updated for version 20160711.

This commit is contained in:
Aaditya Bagga 2016-07-10 18:44:36 +05:30 committed by Willy Sudiarto Raharjo
parent d64754dacd
commit 50a3430fd4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for openrc-services
# Based upon https://github.com/manjaro/packages-openrc
# Copyright 2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2015-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,12 +24,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openrc-services
VERSION=${VERSION:-20160416}
VERSION=${VERSION:-20160711}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
_GITNAM=aadityabagga-$PRGNAM
_GITVER=d0357245c7d8
_GITNAM=aadityabagga-${PRGNAM}-ng
_GITVER=2c96849774e6
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -1,8 +1,8 @@
PRGNAM="openrc-services"
VERSION="20160416"
HOMEPAGE="https://bitbucket.org/aadityabagga/openrc-services"
DOWNLOAD="https://bitbucket.org/aadityabagga/openrc-services/get/20160416.tar.gz"
MD5SUM="562bb4f029d25662f10beaac7c8b0933"
VERSION="20160711"
HOMEPAGE="https://bitbucket.org/aadityabagga/openrc-services-ng"
DOWNLOAD="https://bitbucket.org/aadityabagga/openrc-services-ng/get/20160711.tar.gz"
MD5SUM="4a33e511e1b3d8a1d9af154f986321dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openrc"