aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-11-30 13:31:34 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-12-02 11:24:53 +0700
commit02322a49b873b40f6574993e8f5f3d17baa7adc7 (patch)
tree2e60a70024394f00745a2fbe74f83607e8448066
parent1feecda3833e401b6b7c941b9710528383b3813f (diff)
desktop/mint-themes: Update for 2.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/mint-themes/mint-themes.SlackBuild8
-rw-r--r--desktop/mint-themes/mint-themes.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/desktop/mint-themes/mint-themes.SlackBuild b/desktop/mint-themes/mint-themes.SlackBuild
index 20c72fbb47..64e44b9577 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.9}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -47,9 +47,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM
-tar xvf $CWD/$PRGNAM"_"$VERSION.tar.xz
-cd $PRGNAM
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/desktop/mint-themes/mint-themes.info b/desktop/mint-themes/mint-themes.info
index b15c59df23..fab9026bd6 100644
--- a/desktop/mint-themes/mint-themes.info
+++ b/desktop/mint-themes/mint-themes.info
@@ -1,8 +1,8 @@
PRGNAM="mint-themes"
-VERSION="2.1.9"
+VERSION="2.2.0"
HOMEPAGE="https://github.com/linuxmint/mint-themes"
-DOWNLOAD="http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_2.1.9.tar.xz"
-MD5SUM="eec009dc24da9a8645d1400afae3ce38"
+DOWNLOAD="https://github.com/linuxmint/mint-themes/archive/2.2.0/mint-themes-2.2.0.tar.gz"
+MD5SUM="fd171cdaded4b52e19e29a06dcf4ef05"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-libsass"