diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-06-16 17:30:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-17 20:59:17 +0700 |
commit | 4159a5ba6f6bc7a9e264655833c5c0340c40de14 (patch) | |
tree | 9a458b4922635ee7fb92958e4374406a37a3a17b /desktop | |
parent | f0f332a1bbd6710cdf09ca62b75cba91fd48d46b (diff) |
desktop/mint-themes: Update for 2.1.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/mint-themes/mint-themes.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/mint-themes/mint-themes.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/mint-themes/mint-themes.SlackBuild b/desktop/mint-themes/mint-themes.SlackBuild index a26c379e2b49..8bfea93aab4f 100644 --- a/desktop/mint-themes/mint-themes.SlackBuild +++ b/desktop/mint-themes/mint-themes.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="mint-themes" -VERSION=${VERSION:-2.1.6} +VERSION=${VERSION:-2.1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/mint-themes/mint-themes.info b/desktop/mint-themes/mint-themes.info index 817a33656567..5c8fc9b2bf42 100644 --- a/desktop/mint-themes/mint-themes.info +++ b/desktop/mint-themes/mint-themes.info @@ -1,10 +1,10 @@ PRGNAM="mint-themes" -VERSION="2.1.6" +VERSION="2.1.7" HOMEPAGE="https://github.com/linuxmint/mint-themes" -DOWNLOAD="https://github.com/linuxmint/mint-themes/archive/2.1.6/mint-themes-2.1.6.tar.gz" -MD5SUM="d8d5619858a3565cdd48c49e29537b1b" +DOWNLOAD="https://github.com/linuxmint/mint-themes/archive/2.1.7/mint-themes-2.1.7.tar.gz" +MD5SUM="21f67918c100e7a860ac85b188637df0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3-libsass" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |