From a3bbbbc9152ace1925e6b7536e7c36df6789cbd5 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Tue, 12 Feb 2019 01:45:42 -0500 Subject: [PATCH] bcrypt: Update to 3.1.6 Update to latest version even though it's a no-op for us (change is for compilation on Haiku) because otherwise uscan (and folks who don't check changelogs for relevant changes) will complain. Signed-off-by: Daniel F. Dickinson --- lang/python/bcrypt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/bcrypt/Makefile b/lang/python/bcrypt/Makefile index 6bbb779a2..0912aa2cb 100644 --- a/lang/python/bcrypt/Makefile +++ b/lang/python/bcrypt/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bcrypt -PKG_VERSION:=3.1.5 +PKG_VERSION:=3.1.6 PKG_RELEASE:=1 PKG_SOURCE:=bcrypt-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= https://files.pythonhosted.org/packages/source/b/$(PKG_NAME) -PKG_HASH:=136243dc44e5bab9b61206bd46fff3018bd80980b1a1dfbab64a22ff5745957f +PKG_HASH:=44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE