Compare commits
2 Commits
62cf3bdd14
...
main
Author | SHA1 | Date | |
---|---|---|---|
31c6eb6c8a | |||
d5f5b73a02 |
@ -25,11 +25,3 @@ body:
|
|||||||
- Other (specify in the description)
|
- Other (specify in the description)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# 24.09m1
|
||||||
|
Updated archive file hash
|
||||||
|
|
||||||
# 24.09
|
# 24.09
|
||||||
Updated to the latest upstream release
|
Updated to the latest upstream release
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# general info
|
# general info
|
||||||
NAME="libmp"
|
NAME="libmp"
|
||||||
DESC="MatterLinux package management library"
|
DESC="MatterLinux package management library"
|
||||||
VERSION="24.09"
|
VERSION="24.09m1"
|
||||||
|
|
||||||
# required files
|
# 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")
|
HASHES=("7bf33d41a3dc3e9d35ed68fb6211e06362b6c4a9163a4daa1219936b32928626")
|
||||||
|
|
||||||
# install and build depends
|
# install and build depends
|
||||||
@ -15,7 +15,7 @@ DEPENDS=(
|
|||||||
BUILD=("gcc" "make")
|
BUILD=("gcc" "make")
|
||||||
|
|
||||||
PACKAGE(){
|
PACKAGE(){
|
||||||
tar xf "${VERSION}.tar.gz"
|
tar xf "${VERSION%m*}.tar.gz"
|
||||||
cd "${NAME}"
|
cd "${NAME}"
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# 24.04m1
|
||||||
|
Updated archive file hash
|
||||||
|
|
||||||
# 24.04
|
# 24.04
|
||||||
Updated to the latest upstream release
|
Updated to the latest upstream release
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# general info
|
# general info
|
||||||
NAME="matt"
|
NAME="matt"
|
||||||
DESC="The (new) MatterLinux package manager"
|
DESC="The (new) MatterLinux package manager"
|
||||||
VERSION="24.04"
|
VERSION="24.04m1"
|
||||||
|
|
||||||
# required files
|
# required files
|
||||||
FILES=(
|
FILES=(
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# 24.09m1
|
||||||
|
Updated archive file hash
|
||||||
|
|
||||||
# 24.09
|
# 24.09
|
||||||
Updated to the latest upstream release
|
Updated to the latest upstream release
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# general info
|
# general info
|
||||||
NAME="mtsc"
|
NAME="mtsc"
|
||||||
DESC="MatterLinux tools and scripts collection"
|
DESC="MatterLinux tools and scripts collection"
|
||||||
VERSION="24.09"
|
VERSION="24.09m1"
|
||||||
|
|
||||||
# required files
|
# required files
|
||||||
FILES=("https://git.matterlinux.xyz/Matter/mtsc/archive/${VERSION%m*}.tar.gz")
|
FILES=("https://git.matterlinux.xyz/Matter/mtsc/archive/${VERSION%m*}.tar.gz")
|
||||||
|
Reference in New Issue
Block a user