diff --git a/.checkpackageignore b/.checkpackageignore index 53b55fb993..b84fa90bbd 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -1186,7 +1186,6 @@ package/qt5cinex/0001-Fix-execution-problem-with-Qt5.3.patch lib_patch.Upstream package/quagga/0001-fix-ipctl-forwarding.patch lib_patch.Upstream package/quagga/0002-lib-prefix.h-fix-build-with-gcc-10.patch lib_patch.Upstream package/quagga/0003-Fix-build-with-gcc-10.patch lib_patch.Upstream -package/quotatool/0001-fix-missing-__P-definition-for-musl-compile.patch lib_patch.Upstream package/racehound/0001-Fix-module-install-path-lib-instead-of-usr-lib-prefi.patch lib_patch.Upstream package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch lib_patch.Upstream package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch lib_patch.Upstream diff --git a/package/quotatool/0001-fix-missing-__P-definition-for-musl-compile.patch b/package/quotatool/0001-fix-missing-__P-definition-for-musl-compile.patch index 927e62ba8c..534c7fe945 100644 --- a/package/quotatool/0001-fix-missing-__P-definition-for-musl-compile.patch +++ b/package/quotatool/0001-fix-missing-__P-definition-for-musl-compile.patch @@ -15,6 +15,7 @@ Fixes: ^~~ Signed-off-by: Peter Seiderer +Upstream: https://github.com/ekenberg/quotatool/pull/28 --- src/linux/linux_quota.h | 1 + 1 file changed, 1 insertion(+) diff --git a/package/quotatool/quotatool.hash b/package/quotatool/quotatool.hash index d41fd4ed1b..9ce9ceaec1 100644 --- a/package/quotatool/quotatool.hash +++ b/package/quotatool/quotatool.hash @@ -1,5 +1,5 @@ # Locally computed -sha256 e53adc480d54ae873d160dc0e88d78095f95d9131e528749fd982245513ea090 quotatool-1.6.2.tar.gz +sha256 ef6b0494c505278ae140d1e105417d73703b4b9e08a1ee1f95dca1e0c19497b7 quotatool-1.6.4.tar.gz # Hash for license files: sha256 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d COPYING diff --git a/package/quotatool/quotatool.mk b/package/quotatool/quotatool.mk index 7b63c01316..5a60ff7bc1 100644 --- a/package/quotatool/quotatool.mk +++ b/package/quotatool/quotatool.mk @@ -4,8 +4,8 @@ # ################################################################################ -QUOTATOOL_VERSION = 1.6.2 -QUOTATOOL_SITE = http://quotatool.ekenberg.se +QUOTATOOL_VERSION = 1.6.4 +QUOTATOOL_SITE = $(call github,ekenberg,quotatool,v$(QUOTATOOL_VERSION)) QUOTATOOL_LICENSE = GPL-2.0 QUOTATOOL_LICENSE_FILES = COPYING