diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-23 02:01:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-23 11:13:14 +0700 |
commit | f8d5754822d2381ce5d82762f6b5ee36ba605cfa (patch) | |
tree | 2f89e21d3245a3cbdd4066af84decc500f43a058 /desktop/numix-icon-theme-square | |
parent | 857db0d33eb26f00e08cb1a83e7d5a6e9796c426 (diff) |
desktop/numix-icon-theme-square: Updated for version 20220711.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/numix-icon-theme-square')
-rw-r--r-- | desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/numix-icon-theme-square/numix-icon-theme-square.info | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild b/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild index 91df1c569bd3..ea86cceb3a1a 100644 --- a/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild +++ b/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild @@ -1,9 +1,9 @@ #!/bin/bash # -# Slackware build script for numix-icon-theme. +# Slackware build script for numix-icon-theme-square # # 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 @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="numix-icon-theme-square" -VERSION=${VERSION:-20191227} +VERSION=${VERSION:-20220711} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -45,7 +45,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCVER=${SRCVER:-19.12.27} +SRCVER=${SRCVER:-22.07.11} set -e diff --git a/desktop/numix-icon-theme-square/numix-icon-theme-square.info b/desktop/numix-icon-theme-square/numix-icon-theme-square.info index d58fdd406e3e..9493258d2a3d 100644 --- a/desktop/numix-icon-theme-square/numix-icon-theme-square.info +++ b/desktop/numix-icon-theme-square/numix-icon-theme-square.info @@ -1,10 +1,10 @@ PRGNAM="numix-icon-theme-square" -VERSION="20191227" +VERSION="20220711" HOMEPAGE="https://github.com/numixproject/numix-icon-theme-square/" -DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/19.12.27/numix-icon-theme-square-19.12.27.tar.gz" -MD5SUM="ecd5154edb601b4c40a16b44b2030378" +DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/22.07.11/numix-icon-theme-square-22.07.11.tar.gz" +MD5SUM="deaadfa686d7747ebde18594aa10b451" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numix-icon-theme" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu1@isaacyu1.com" +MAINTAINER="orphaned - no maintainer" +EMAIL="nobody@nowhere" |