From 807b7ef8d867b6bc76617f256f4424e69fc239c1 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 13 Mar 2020 12:01:56 +0100 Subject: [PATCH] Bump file version Signed-off-by: David Oberhollenzer --- pkg/file/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/file/build b/pkg/file/build index d049f87..c314058 100755 --- a/pkg/file/build +++ b/pkg/file/build @@ -1,8 +1,8 @@ -VERSION="5.37" +VERSION="5.38" SRCDIR="file-${VERSION}" TARBALL="${SRCDIR}.tar.gz" URL="ftp://ftp.astron.com/pub/file" -SHA256SUM="e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f" +SHA256SUM="593c2ffc2ab349c5aea0f55fedfe4d681737b6b62376a9b3ad1e77b2cc19fa34" DEPENDS="zlib-dev toolchain" SUBPKG="file file-dev"