diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-23 00:15:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-23 11:13:13 +0700 |
commit | 0b37ccb8a99d7b336be46d9db521a5eff7e59b22 (patch) | |
tree | 149d1b155ecfbc0e3dc2dceaf860e47511f9a57b /desktop/numix-icon-theme | |
parent | 99973c669e82ebe6447b622a25173dc3d85f43a9 (diff) | |
download | slackbuilds-0b37ccb8a99d7b336be46d9db521a5eff7e59b22.tar.gz |
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>
Diffstat (limited to 'desktop/numix-icon-theme')
-rw-r--r-- | desktop/numix-icon-theme/numix-icon-theme.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/numix-icon-theme/numix-icon-theme.info | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop/numix-icon-theme/numix-icon-theme.SlackBuild b/desktop/numix-icon-theme/numix-icon-theme.SlackBuild index 69c91c759c..d5713ecca1 100644 --- a/desktop/numix-icon-theme/numix-icon-theme.SlackBuild +++ b/desktop/numix-icon-theme/numix-icon-theme.SlackBuild @@ -1,9 +1,9 @@ #!/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 2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="numix-icon-theme" -VERSION=${VERSION:-20200320} +VERSION=${VERSION:-20211031} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -47,7 +47,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCVER=${SRCVER:-20.03.20} +SRCVER=${SRCVER:-21.10.31} set -e diff --git a/desktop/numix-icon-theme/numix-icon-theme.info b/desktop/numix-icon-theme/numix-icon-theme.info index c50e704cd6..5ade70fc69 100644 --- a/desktop/numix-icon-theme/numix-icon-theme.info +++ b/desktop/numix-icon-theme/numix-icon-theme.info @@ -1,10 +1,10 @@ PRGNAM="numix-icon-theme" -VERSION="20200320" +VERSION="20211031" 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" -MD5SUM="6911cabee04cbbc3a555433759efa21d" +DOWNLOAD="https://github.com/numixproject/numix-icon-theme/archive/21.10.31/numix-icon-theme-21.10.31.tar.gz" +MD5SUM="1c847913fe5c671db01b537d7ce21676" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu1@isaacyu1.com" +MAINTAINER="orphaned - no maintainer" +EMAIL="nobody@nowhere" |