From 9bdfca2712807729b0b4ebc977d1bcd9599d2ea2 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Tue, 30 Jan 2024 21:33:08 -0600 Subject: Bump md4c --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e42fc77..eac8069 100644 --- a/Makefile +++ b/Makefile @@ -24,12 +24,12 @@ docker-run: fetch-dependencies: mkdir -p lib # md4c - test ! -f lib/md4c-0.5.1.tar.gz && curl -L https://github.com/mity/md4c/archive/refs/tags/release-0.5.1.tar.gz -o lib/md4c-0.5.1.tar.gz || true - echo "2dca17c6175a7f11182943079c2a4f9adb5071433e3d3d05ba801ff794993f34 lib/md4c-0.5.1.tar.gz" > lib/md4c-0.5.1.tar.gz.sha256 - sha256sum -c lib/md4c-0.5.1.tar.gz.sha256 - tar xf lib/md4c-0.5.1.tar.gz -C lib + test ! -f lib/md4c-0.5.2.tar.gz && curl -L https://github.com/mity/md4c/archive/refs/tags/release-0.5.2.tar.gz -o lib/md4c-0.5.2.tar.gz || true + echo "55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21 lib/md4c-0.5.2.tar.gz" > lib/md4c-0.5.2.tar.gz.sha256 + sha256sum -c lib/md4c-0.5.2.tar.gz.sha256 + tar xf lib/md4c-0.5.2.tar.gz -C lib rm -rf lib/md4c - mv lib/md4c-release-0.5.1 lib/md4c + mv lib/md4c-release-0.5.2 lib/md4c run: kodev run -- cgit v1.2.3