diff --git a/src/libmp/changes.md b/src/libmp/changes.md index 482af37..104bf8b 100644 --- a/src/libmp/changes.md +++ b/src/libmp/changes.md @@ -1,3 +1,6 @@ +# 24.09m1 +Updated archive file hash + # 24.09 Updated to the latest upstream release diff --git a/src/libmp/pkg.sh b/src/libmp/pkg.sh index 0853f49..4c3127c 100644 --- a/src/libmp/pkg.sh +++ b/src/libmp/pkg.sh @@ -1,10 +1,10 @@ # general info NAME="libmp" DESC="MatterLinux package management library" -VERSION="24.09" +VERSION="24.09m1" # required files -FILES=("https://git.matterlinux.xyz/Matter/libmp/archive/${VERSION}.tar.gz") +FILES=("https://git.matterlinux.xyz/Matter/libmp/archive/${VERSION%m*}.tar.gz") HASHES=("7bf33d41a3dc3e9d35ed68fb6211e06362b6c4a9163a4daa1219936b32928626") # install and build depends @@ -15,7 +15,7 @@ DEPENDS=( BUILD=("gcc" "make") PACKAGE(){ - tar xf "${VERSION}.tar.gz" + tar xf "${VERSION%m*}.tar.gz" cd "${NAME}" make diff --git a/src/matt/changes.md b/src/matt/changes.md index cc1b5e9..88c7107 100644 --- a/src/matt/changes.md +++ b/src/matt/changes.md @@ -1,3 +1,6 @@ +# 24.04m1 +Updated archive file hash + # 24.04 Updated to the latest upstream release diff --git a/src/matt/pkg.sh b/src/matt/pkg.sh index 9c16fe8..8bea2f7 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.04" +VERSION="24.04m1" # required files FILES=( diff --git a/src/mtsc/changes.md b/src/mtsc/changes.md index cbfdbc4..7e99837 100644 --- a/src/mtsc/changes.md +++ b/src/mtsc/changes.md @@ -1,3 +1,6 @@ +# 24.09m1 +Updated archive file hash + # 24.09 Updated to the latest upstream release diff --git a/src/mtsc/pkg.sh b/src/mtsc/pkg.sh index cbefc0a..0f42db8 100644 --- a/src/mtsc/pkg.sh +++ b/src/mtsc/pkg.sh @@ -1,7 +1,7 @@ # general info NAME="mtsc" DESC="MatterLinux tools and scripts collection" -VERSION="24.09" +VERSION="24.09m1" # required files FILES=("https://git.matterlinux.xyz/Matter/mtsc/archive/${VERSION%m*}.tar.gz")