diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-03 12:21:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-05 14:54:11 +0700 |
commit | bc41141171f462b951e2ee7ccdc5c754a91184f7 (patch) | |
tree | db285717c0b433af6293a3dafef3a89f38c02ef5 /desktop/Matcha-gtk-theme/Matcha-gtk-theme.SlackBuild | |
parent | 7f877bd559924d92802f8dd2eb6232f5df9d049b (diff) |
desktop/Matcha-gtk-theme: Update for 2023_04_03
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/Matcha-gtk-theme/Matcha-gtk-theme.SlackBuild')
-rw-r--r-- | desktop/Matcha-gtk-theme/Matcha-gtk-theme.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Matcha-gtk-theme/Matcha-gtk-theme.SlackBuild b/desktop/Matcha-gtk-theme/Matcha-gtk-theme.SlackBuild index 14f6c07f0d..9d47ce8562 100644 --- a/desktop/Matcha-gtk-theme/Matcha-gtk-theme.SlackBuild +++ b/desktop/Matcha-gtk-theme/Matcha-gtk-theme.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Matcha-gtk-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="Matcha-gtk-theme" -SRCVER=${SRCVER:-2022-11-15} -VERSION=${VERSION:-2022_11_15} +SRCVER=${SRCVER:-2023-04-03} +VERSION=${VERSION:-2023_04_03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |