diff options
Diffstat (limited to 'desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild')
-rw-r--r-- | desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild b/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild index c5af10cbbc518..bf59d1e304882 100644 --- a/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild +++ b/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Tela-icon-theme -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="Tela-icon-theme" -SRCVER=${SRCVER:-2022-08-28} -VERSION=${VERSION:-2022_08_28} +SRCVER=${SRCVER:-2023-02-03} +VERSION=${VERSION:-2023_02_03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |