fix: archive file hash updates for matterlinux packages

This commit is contained in:
ngn 2024-09-03 00:27:28 +03:00
parent 41d314b0a1
commit 546c78d95c
5 changed files with 11 additions and 5 deletions

View File

@ -1,2 +1,5 @@
# 24.04
Updated to the latest upstream release
# 24.03 # 24.03
First version First version

View File

@ -1,7 +1,7 @@
# general info # general info
NAME="confer" NAME="confer"
DESC="MatterLinux configuration manager" DESC="MatterLinux configuration manager"
VERSION="24.03" VERSION="24.04"
# required files # required files
FILES=("https://git.matterlinux.xyz/Matter/confer/archive/${VERSION}.tar.gz") FILES=("https://git.matterlinux.xyz/Matter/confer/archive/${VERSION}.tar.gz")

View File

@ -14,5 +14,5 @@ PACKAGE() {
make DESTDIR="${ROOTDIR}" install make DESTDIR="${ROOTDIR}" install
cd .. && rm -rf "${NAME}" cd .. && rm -r "${NAME}"
} }

View File

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

View File

@ -1,15 +1,15 @@
NAME="xcfg" NAME="xcfg"
DESC="Simple xorg configuration tool" DESC="Simple xorg configuration tool"
VERSION="24.08" VERSION="24.08m1"
FILES=("https://git.matterlinux.xyz/Matter/xcfg/archive/${VERSION}.tar.gz") FILES=("https://git.matterlinux.xyz/Matter/xcfg/archive/${VERSION%m*}.tar.gz")
HASHES=("f11a65a055d352517dc39530436734812b6ef4ed30276aec7a70787ead8c2266") HASHES=("f11a65a055d352517dc39530436734812b6ef4ed30276aec7a70787ead8c2266")
DEPENDS=("ncurses" "doas") DEPENDS=("ncurses" "doas")
BUILD=() BUILD=()
PACKAGE() { PACKAGE() {
tar xf "${VERSION}.tar.gz" tar xf "${VERSION%m*}.tar.gz"
cd "${NAME}" cd "${NAME}"
make make