bcrypt: Update to 3.1.6
authorDaniel F. Dickinson <redacted>
Tue, 12 Feb 2019 06:45:42 +0000 (01:45 -0500)
committerDaniel F. Dickinson <redacted>
Tue, 12 Feb 2019 06:45:42 +0000 (01:45 -0500)
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 <redacted>
lang/python/bcrypt/Makefile

index 6bbb779a2a52c36b41e2a7bfa689c87fabb644f8..0912aa2cb422e42b4fc31daeec42557408d857b8 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT