From: Daniel Nicoletti Date: Thu, 2 Aug 2018 13:38:13 +0000 (-0300) Subject: package/cutelyst: bump version to fix build issues X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1eef94f12b8de9a96aabb85a5bb86c7ee41942e2;p=buildroot.git package/cutelyst: bump version to fix build issues Fixes: http://autobuild.buildroot.net/results/fd78e54eca9e95ae5c7a27e6afa1891a0bf65994/ Signed-off-by: Daniel Nicoletti [Thomas: add autobuilder reference.] Signed-off-by: Thomas Petazzoni --- diff --git a/package/cutelyst/cutelyst.hash b/package/cutelyst/cutelyst.hash index 58645e50c2..edc83f3886 100644 --- a/package/cutelyst/cutelyst.hash +++ b/package/cutelyst/cutelyst.hash @@ -1,3 +1,3 @@ # Locally calculated after checking pgp signature -sha256 a5d40c5e0027982181529449ffa807492f5759c2c604cdc467e748445721ff28 cutelyst-2.5.1.tar.gz +sha256 d088e6dbbb9a1ef03b4481d44746a2b086724842f5ee85abe8095e2eb6fe0da4 cutelyst-2.5.2.tar.gz sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING diff --git a/package/cutelyst/cutelyst.mk b/package/cutelyst/cutelyst.mk index 498d2d5545..e8695a7b3a 100644 --- a/package/cutelyst/cutelyst.mk +++ b/package/cutelyst/cutelyst.mk @@ -4,7 +4,7 @@ # ################################################################################ -CUTELYST_VERSION = 2.5.1 +CUTELYST_VERSION = 2.5.2 CUTELYST_SITE = https://github.com/cutelyst/cutelyst/archive/v$(CUTELYST_VERSION) CUTELYST_INSTALL_STAGING = YES CUTELYST_SUPPORTS_IN_SOURCE_BUILD = NO