aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-02-15 01:59:16 -0800
committerGitHub <noreply@github.com>2020-02-15 01:59:16 -0800
commit349d26ac6c5d6caa87a017e9bdfcdefbaae04da2 (patch)
tree23ad611604bbaa04f667cd55fa4f450ecb8a767c
parenta0cab3ca3a3a7a6437ccbb30f7f0f79c8067c88f (diff)
parent61dbeb6f79e0fa597e1dd7db25822445d21cb0d7 (diff)
Merge pull request #11340 from neheb/abaskat3r
google-authenticator-libpam: update to 1.08
-rw-r--r--libs/google-authenticator-libpam/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/google-authenticator-libpam/Makefile b/libs/google-authenticator-libpam/Makefile
index 9abab706a..c87ddfcb5 100644
--- a/libs/google-authenticator-libpam/Makefile
+++ b/libs/google-authenticator-libpam/Makefile
@@ -6,20 +6,20 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=google-authenticator-libpam
-PKG_VERSION:=1.07
+PKG_VERSION:=1.08
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/google/google-authenticator-libpam/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=104a158e013585e20287f8d33935e93c711b96281e6dda621a5c19575d0b0405
+PKG_HASH:=6f6d7530261ba9e2ece84214f1445857d488b7851c28a58356b49f2d9fd36290
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
-PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk