From d3bf2f00ea0560346ae1009a003b82147644e23f Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 18 Aug 2024 04:20:08 +0300 Subject: [PATCH] fix: correct desktop URL in matt configuration --- src/matt/changes.md | 3 +++ src/matt/config.ini | 2 +- src/matt/pkg.sh | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/matt/changes.md b/src/matt/changes.md index b0404a9..b80a73c 100644 --- a/src/matt/changes.md +++ b/src/matt/changes.md @@ -1,3 +1,6 @@ +# 24.01m5 +Fix the desktop pool URL in the default configuration + # 24.01m4 Updated the archive hash for the 24.01 release diff --git a/src/matt/config.ini b/src/matt/config.ini index dbc7da1..34c97aa 100644 --- a/src/matt/config.ini +++ b/src/matt/config.ini @@ -10,7 +10,7 @@ url = mptp://stable.matterlinux.xyz/base [desktop] url = mptp://stable.matterlinux.xyz/desktop -# url = mptp://next.matterlinux.xyz/base +# url = mptp://next.matterlinux.xyz/desktop # [server] # url = mptp://stable.matterlinux.xyz/server diff --git a/src/matt/pkg.sh b/src/matt/pkg.sh index 5b17ae2..efa4986 100644 --- a/src/matt/pkg.sh +++ b/src/matt/pkg.sh @@ -1,7 +1,7 @@ # general info NAME="matt" DESC="The (new) MatterLinux package manager" -VERSION="24.01m4" +VERSION="24.01m5" # required files FILES=( @@ -10,7 +10,7 @@ FILES=( ) HASHES=( "69c6f046c336b0490bc923225114fda592738556dba002bc1657b1d6e0218b48" - "d71417d617f9953c3d2746edd3c62dd1b17851e5a459a62ffc320c9738c88b30" + "1d916fe98811f11fe1f20aea78c29b3fdb37c08d3c5428dfdb774bd9953d3176" ) KEEP=("etc/matt/config.ini")