squashfs-tools-ng: fix ownership (#7732)

This commit is contained in:
marcusz 2021-10-13 20:03:45 +08:00 committed by GitHub
parent 02fb602389
commit cc2534812e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -192,5 +192,5 @@
/packages/germanium/ @ravener
/packages/gotop/ @medzikuser
/packages/rust/ @kcotugno
/packages/squashfs-tools-ng/ @marcusz
/packages/squashfs-tools-ng/ @WMCB-Tech
/packages/xmake/ @waruqi

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/AgentD/squashfs-tools-ng
TERMUX_PKG_DESCRIPTION="New set of tools for working with SquashFS images"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="WMCB-Tech @marcusz"
TERMUX_PKG_MAINTAINER="@WMCB-Tech"
TERMUX_PKG_VERSION="1.1.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://github.com/AgentD/squashfs-tools-ng/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256="da4c00938a1fdec89808e05f43c6875180de1990e71837030071d2b639456f22"
TERMUX_PKG_DEPENDS="zlib, liblz4, liblzo, zstd"