fix: correct desktop URL in matt configuration

This commit is contained in:
ngn 2024-08-18 04:20:08 +03:00
parent 57d5f73e92
commit d3bf2f00ea
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# 24.01m5
Fix the desktop pool URL in the default configuration
# 24.01m4 # 24.01m4
Updated the archive hash for the 24.01 release Updated the archive hash for the 24.01 release

View File

@ -10,7 +10,7 @@ url = mptp://stable.matterlinux.xyz/base
[desktop] [desktop]
url = mptp://stable.matterlinux.xyz/desktop url = mptp://stable.matterlinux.xyz/desktop
# url = mptp://next.matterlinux.xyz/base # url = mptp://next.matterlinux.xyz/desktop
# [server] # [server]
# url = mptp://stable.matterlinux.xyz/server # url = mptp://stable.matterlinux.xyz/server

View File

@ -1,7 +1,7 @@
# general info # general info
NAME="matt" NAME="matt"
DESC="The (new) MatterLinux package manager" DESC="The (new) MatterLinux package manager"
VERSION="24.01m4" VERSION="24.01m5"
# required files # required files
FILES=( FILES=(
@ -10,7 +10,7 @@ FILES=(
) )
HASHES=( HASHES=(
"69c6f046c336b0490bc923225114fda592738556dba002bc1657b1d6e0218b48" "69c6f046c336b0490bc923225114fda592738556dba002bc1657b1d6e0218b48"
"d71417d617f9953c3d2746edd3c62dd1b17851e5a459a62ffc320c9738c88b30" "1d916fe98811f11fe1f20aea78c29b3fdb37c08d3c5428dfdb774bd9953d3176"
) )
KEEP=("etc/matt/config.ini") KEEP=("etc/matt/config.ini")