fix: archive file hash updates for matterlinux packages
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
NAME="xcfg"
|
||||
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")
|
||||
|
||||
DEPENDS=("ncurses" "doas")
|
||||
BUILD=()
|
||||
|
||||
PACKAGE() {
|
||||
tar xf "${VERSION}.tar.gz"
|
||||
tar xf "${VERSION%m*}.tar.gz"
|
||||
cd "${NAME}"
|
||||
|
||||
make
|
||||
|
Reference in New Issue
Block a user