fix: archive file hash updates for matterlinux packages

This commit is contained in:
ngn 2024-09-03 00:27:04 +03:00
parent 63990c53df
commit 9315d70721
4 changed files with 15 additions and 6 deletions

View File

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

View File

@ -1,10 +1,10 @@
# general info
NAME="mirp"
DESC="MPTP mirror tool"
VERSION="24.01"
VERSION="24.01m1"
# required files
FILES=("https://git.matterlinux.xyz/Matter/mirp/archive/${VERSION}.tar.gz")
FILES=("https://git.matterlinux.xyz/Matter/mirp/archive/${VERSION%m*}.tar.gz")
HASHES=("66fa6ea01ecf640582b78f38b953f8e9f859303511b3303653c43bd16ebe9835")
# install and build depends
@ -12,7 +12,7 @@ DEPENDS=("libmp")
BUILD=("gettext")
PACKAGE(){
tar xf "${VERSION}.tar.gz"
tar xf "${VERSION%m*}.tar.gz"
cd "${NAME}"
make

View File

@ -1,3 +1,9 @@
# 24.03m1
Updated the archive file hash
# 24.03
Updated to latest upstream release
# 24.02
Updated to latest upstream release

View File

@ -1,11 +1,11 @@
# general info
NAME="pooler"
DESC="Simple MPTP server for serving package pools"
VERSION="24.03"
VERSION="24.03m1"
# required files
FILES=(
"https://git.matterlinux.xyz/Matter/pooler/archive/${VERSION}.tar.gz"
"https://git.matterlinux.xyz/Matter/pooler/archive/${VERSION%m*}.tar.gz"
"pooler.service"
)
HASHES=(
@ -18,7 +18,7 @@ DEPENDS=("libmp" "libinih")
BUILD=("gettext")
PACKAGE(){
tar xf "${VERSION}.tar.gz"
tar xf "${VERSION%m*}.tar.gz"
cd "${NAME}"
make