From bab5a508b7648659af7826c82ac39838683dfd39 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 9 Jul 2020 15:19:29 +0200 Subject: [PATCH] Fix bug introduced in previous commit and make new release 0.3.2 Signed-off-by: Stefan Weil --- Makefile | 2 +- vendor/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 69d2328..ec7db43 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for ocr-fileformat PKG_NAME = ocr-fileformat -PKG_VERSION = 0.3.0 +PKG_VERSION = 0.3.2 DOCKER_IMAGE = ubma/ocr-fileformat # Either get the version from Git (if available) or use PKG_VERSION. diff --git a/vendor/Makefile b/vendor/Makefile index 0f52ddf..8b6a4f7 100644 --- a/vendor/Makefile +++ b/vendor/Makefile @@ -82,7 +82,6 @@ clean: check: @which wget >/dev/null || (echo "Missing wget. Please install package wget." && exit 1) @which unzip >/dev/null || (echo "Missing unzip. Please install package unzip." && exit 1) - @which xwget >/dev/null || (echo "Missing wget. Please install package wget." && exit 1) @which git >/dev/null || (echo "Missing git. Please install package git." && exit 1) $(ABBYY_SCHEMA_REPO):