squashfs-tools-ng: update to 1.0.1.
This commit is contained in:
parent
9ea0f54180
commit
88bf2520cc
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'squashfs-tools-ng'
|
# Template file for 'squashfs-tools-ng'
|
||||||
pkgname=squashfs-tools-ng
|
pkgname=squashfs-tools-ng
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config libtool"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="liblz4-devel liblzma-devel libzstd-devel lzo-devel zlib-devel"
|
makedepends="liblz4-devel liblzma-devel libzstd-devel lzo-devel zlib-devel"
|
||||||
short_desc="Set of tools and libraries for working with SquashFS images"
|
short_desc="Set of tools and libraries for working with SquashFS images"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||||
homepage="https://infraroot.at/projects/squashfs-tools-ng/index.html"
|
homepage="https://infraroot.at/projects/squashfs-tools-ng/index.html"
|
||||||
distfiles="https://github.com/AgentD/squashfs-tools-ng/archive/v${version}.tar.gz"
|
changelog="https://git.infraroot.at/squashfs-tools-ng.git/plain/CHANGELOG.md"
|
||||||
checksum=39d0cc19b99e7d6ee0967728804dea83fa635858aad664a5fb49273a660812f5
|
distfiles="https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz"
|
||||||
|
checksum=44cf0cc1fde074a79ef1e1d616afccce895288391f9cdfff02a95eb828141d88
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
squashfs-tools-ng-devel_package() {
|
squashfs-tools-ng-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue