fix: archive file hash updates for matterlinux packages
This commit is contained in:
parent
62cf3bdd14
commit
d5f5b73a02
@ -1,3 +1,6 @@
|
||||
# 24.09m1
|
||||
Updated archive file hash
|
||||
|
||||
# 24.09
|
||||
Updated to the latest upstream release
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,6 @@
|
||||
# 24.04m1
|
||||
Updated archive file hash
|
||||
|
||||
# 24.04
|
||||
Updated to the latest upstream release
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# general info
|
||||
NAME="matt"
|
||||
DESC="The (new) MatterLinux package manager"
|
||||
VERSION="24.04"
|
||||
VERSION="24.04m1"
|
||||
|
||||
# required files
|
||||
FILES=(
|
||||
|
@ -1,3 +1,6 @@
|
||||
# 24.09m1
|
||||
Updated archive file hash
|
||||
|
||||
# 24.09
|
||||
Updated to the latest upstream release
|
||||
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user