From 0d94f76a83ae3c1c1f657096a73f213978e7e1a8 Mon Sep 17 00:00:00 2001 From: ngn Date: Mon, 12 Aug 2024 04:12:24 +0300 Subject: [PATCH] update: matt 24.01 --- src/matt/pkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/matt/pkg.sh b/src/matt/pkg.sh index fb7a8af..a96553d 100644 --- a/src/matt/pkg.sh +++ b/src/matt/pkg.sh @@ -1,11 +1,11 @@ # general info NAME="matt" DESC="The (new) MatterLinux package manager" -VERSION="24.00" +VERSION="24.01" # required files FILES=("https://git.matterlinux.xyz/Matter/matt/archive/${VERSION}.tar.gz") -HASHES=("b2099575fdc14506c57dcaafbdb9a1bc207687e70eb26511e0aceb881ba54eaa") +HASHES=("0315077dd05777654305079a3ea12c6f436c2fe7f3ea3e4b1fb00cd476a25073") # install and build depends DEPENDS=("libmp" "libinih" "gettext")