fix: archive file hash updates for matterlinux packages

This commit is contained in:
ngn 2024-09-03 00:27:48 +03:00
parent 62cf3bdd14
commit d5f5b73a02
6 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,6 @@
# 24.09m1
Updated archive file hash
# 24.09
Updated to the latest upstream release

View File

@ -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

View File

@ -1,3 +1,6 @@
# 24.04m1
Updated archive file hash
# 24.04
Updated to the latest upstream release

View File

@ -1,7 +1,7 @@
# general info
NAME="matt"
DESC="The (new) MatterLinux package manager"
VERSION="24.04"
VERSION="24.04m1"
# required files
FILES=(

View File

@ -1,3 +1,6 @@
# 24.09m1
Updated archive file hash
# 24.09
Updated to the latest upstream release

View File

@ -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")