Compare commits

..

2 Commits

Author SHA1 Message Date
ngn
7d009a3ab0 remove conduct agreement 2024-10-17 17:04:13 +00:00
ngn
546c78d95c fix: archive file hash updates for matterlinux packages 2024-09-03 00:27:28 +03:00
6 changed files with 11 additions and 13 deletions

View File

@ -25,11 +25,3 @@ body:
- Other (specify in the description)
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://matterlinux.xyz/wiki/conduct)
options:
- label: I understand
required: true

View File

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

View File

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

View File

@ -14,5 +14,5 @@ PACKAGE() {
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
Updated to the latest upstream release

View File

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