diff --git a/src/libmp/changes.md b/src/libmp/changes.md index ecc2482..86edf4f 100644 --- a/src/libmp/changes.md +++ b/src/libmp/changes.md @@ -1,3 +1,6 @@ +# 24.08 +Updated to the latest upstream release + # 24.07 Updated to the latest upstream release diff --git a/src/libmp/pkg.sh b/src/libmp/pkg.sh index fa0236f..21f919c 100644 --- a/src/libmp/pkg.sh +++ b/src/libmp/pkg.sh @@ -1,11 +1,11 @@ # general info NAME="libmp" DESC="MatterLinux package management library" -VERSION="24.07" +VERSION="24.08" # required files FILES=("https://git.matterlinux.xyz/Matter/libmp/archive/${VERSION}.tar.gz") -HASHES=("7bab5905b458cf343da044657ac2845127970e053e2eae741e950635b1662cce") +HASHES=("b680ce228314070fda8359191d1848dacaef880efa59f7c9c1807ed217702152") # install and build depends DEPENDS=( diff --git a/src/matt/changes.md b/src/matt/changes.md index b80a73c..706ce8c 100644 --- a/src/matt/changes.md +++ b/src/matt/changes.md @@ -1,3 +1,6 @@ +# 24.02 +Updated to the latest upstream release + # 24.01m5 Fix the desktop pool URL in the default configuration diff --git a/src/matt/pkg.sh b/src/matt/pkg.sh index efa4986..933b5f0 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.01m5" +VERSION="24.02" # required files FILES=( @@ -9,7 +9,7 @@ FILES=( "config.ini" ) HASHES=( - "69c6f046c336b0490bc923225114fda592738556dba002bc1657b1d6e0218b48" + "5212f5787c6ffe9f5dfb462c324df26d59175c4d4c6bd37cd0e6c1526228cc69" "1d916fe98811f11fe1f20aea78c29b3fdb37c08d3c5428dfdb774bd9953d3176" ) KEEP=("etc/matt/config.ini")