libp11: update to version 0.4.12
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
1cd5d55cde
commit
d3b5074476
2 changed files with 5 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libp11
|
||||
PKG_VERSION:=0.4.11
|
||||
PKG_VERSION:=0.4.12
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/OpenSC/libp11/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=57d47a12a76fd92664ae30032cf969284ebac1dfc25bf824999d74b016d51366
|
||||
PKG_HASH:=1e1a2533b3fcc45fde4da64c9c00261b1047f14c3f911377ebd1b147b3321cfd
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=LGPL-2.1-or-later
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
mylibdir=$(libdir)
|
||||
--- a/src/Makefile.in
|
||||
+++ b/src/Makefile.in
|
||||
@@ -900,7 +900,7 @@ distdir-am: $(DISTFILES)
|
||||
@@ -911,7 +911,7 @@ distdir-am: $(DISTFILES)
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
|
@ -25,7 +25,7 @@
|
|||
check: check-am
|
||||
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h
|
||||
installdirs:
|
||||
@@ -989,7 +989,7 @@ install-dvi-am:
|
||||
@@ -1000,7 +1000,7 @@ install-dvi-am:
|
||||
|
||||
install-exec-am: install-enginesexecLTLIBRARIES install-libLTLIBRARIES
|
||||
@$(NORMAL_INSTALL)
|
||||
|
@ -34,7 +34,7 @@
|
|||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
@@ -1052,14 +1052,14 @@ uninstall-am: uninstall-enginesexecLTLIB
|
||||
@@ -1063,14 +1063,14 @@ uninstall-am: uninstall-enginesexecLTLIB
|
||||
.MAKE: all check-am install-am install-exec-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
|
||||
|
|
Loading…
Reference in a new issue