diff --git a/src/matt/changes.md b/src/matt/changes.md index 75b7b70..b0404a9 100644 --- a/src/matt/changes.md +++ b/src/matt/changes.md @@ -1,3 +1,6 @@ +# 24.01m4 +Updated the archive hash for the 24.01 release + # 24.01m3 Updated the archive hash for the 24.01 release diff --git a/src/matt/pkg.sh b/src/matt/pkg.sh index aa01b42..5b17ae2 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.01m3" +VERSION="24.01m4" # required files FILES=( @@ -9,7 +9,7 @@ FILES=( "config.ini" ) HASHES=( - "5a8c4538733e5aa2694b1993123ad4deb482335cbda3e1a1987b5e17d44e37f3" + "69c6f046c336b0490bc923225114fda592738556dba002bc1657b1d6e0218b48" "d71417d617f9953c3d2746edd3c62dd1b17851e5a459a62ffc320c9738c88b30" ) KEEP=("etc/matt/config.ini")