diff options
Diffstat (limited to 'utils/tesseract/Makefile')
-rw-r--r-- | utils/tesseract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tesseract/Makefile b/utils/tesseract/Makefile index 55a9f3052..db43e08e6 100644 --- a/utils/tesseract/Makefile +++ b/utils/tesseract/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tesseract PKG_VERSION:=4.1.1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tesseract-ocr/tesseract/tar.gz/$(PKG_VERSION)? |