squashfs-tools-ng: update to 1.0.1.

This commit is contained in:
Duncaen 2020-08-05 01:36:07 +02:00
parent 9ea0f54180
commit 88bf2520cc
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

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