mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/numix-pack: Updated for version 0.4.6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
767c15f93c
commit
bd52564120
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for numix-pack.
|
||||
#
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="numix-pack"
|
||||
VERSION=${VERSION:-0.4.6}
|
||||
VERSION=${VERSION:-0.4.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,8 +42,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${SRCNAM}_${VERSION}.tar.xz -C $PRGNAM-$VERSION/
|
||||
tar xvf $CWD/${SRCNAM}_${VERSION}.tar.xz
|
||||
mv ${SRCNAM}_${VERSION} $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numix-pack"
|
||||
VERSION="0.4.6"
|
||||
VERSION="0.4.6.1"
|
||||
HOMEPAGE="https://www.gnome-look.org/p/1137261/"
|
||||
DOWNLOAD="https://dl.opendesktop.org/api/files/download/id/1484366222/Numix-Pack_0.4.6.tar.xz"
|
||||
MD5SUM="0d9cb84bdda6c57e791df15459541ce9"
|
||||
DOWNLOAD="https://dl.opendesktop.org/api/files/download/id/1490687283/Numix-Pack_0.4.6.1.tar.xz"
|
||||
MD5SUM="3a26d1a700d800c363ea723dcfe0bce8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue