Compare commits

..

2 Commits

Author SHA1 Message Date
ngn
31c6eb6c8a remove conduct agreement 2024-10-17 17:03:53 +00:00
ngn
d5f5b73a02 fix: archive file hash updates for matterlinux packages 2024-09-03 00:27:48 +03:00
7 changed files with 14 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,3 +1,6 @@
# 24.09m1
Updated archive file hash
# 24.09
Updated to the latest upstream release

View File

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

View File

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

View File

@ -1,7 +1,7 @@
# general info
NAME="matt"
DESC="The (new) MatterLinux package manager"
VERSION="24.04"
VERSION="24.04m1"
# required files
FILES=(

View File

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

View File

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