desktop/numix-icon-theme: Updated for version 20211031.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
99973c669e
commit
0b37ccb8a9
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Slackware build script for numix-icon-theme.
|
# Slackware build script for numix-icon-theme
|
||||||
#
|
#
|
||||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||||
# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com>
|
# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM="numix-icon-theme"
|
PRGNAM="numix-icon-theme"
|
||||||
VERSION=${VERSION:-20200320}
|
VERSION=${VERSION:-20211031}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -47,7 +47,7 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
SRCVER=${SRCVER:-20.03.20}
|
SRCVER=${SRCVER:-21.10.31}
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="numix-icon-theme"
|
PRGNAM="numix-icon-theme"
|
||||||
VERSION="20200320"
|
VERSION="20211031"
|
||||||
HOMEPAGE="https://github.com/numixproject/numix-icon-theme/"
|
HOMEPAGE="https://github.com/numixproject/numix-icon-theme/"
|
||||||
DOWNLOAD="https://github.com/numixproject/numix-icon-theme/archive/20.03.20/numix-icon-theme-20.03.20.tar.gz"
|
DOWNLOAD="https://github.com/numixproject/numix-icon-theme/archive/21.10.31/numix-icon-theme-21.10.31.tar.gz"
|
||||||
MD5SUM="6911cabee04cbbc3a555433759efa21d"
|
MD5SUM="1c847913fe5c671db01b537d7ce21676"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Isaac Yu"
|
MAINTAINER="orphaned - no maintainer"
|
||||||
EMAIL="isaacyu1@isaacyu1.com"
|
EMAIL="nobody@nowhere"
|
||||||
|
|
Loading…
Reference in New Issue