diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-03-25 18:05:08 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-03-25 18:09:29 -0700 |
commit | c4fcbe0b112e3dc972b1fe168af444f55290503d (patch) | |
tree | e74986bded163e204845011616c48e3c3ec2008f /libs/p11-kit/Makefile | |
parent | 2c2075032991282f563a8af8426132650d1de8dc (diff) |
p11-kit: Update to 0.23.10 and update URLs
The FreeDesktop link does not work anymore. Switch to new upstream at GitHub.
Update the version while we're at it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/p11-kit/Makefile')
-rw-r--r-- | libs/p11-kit/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/p11-kit/Makefile b/libs/p11-kit/Makefile index a95120377..c281c41f0 100644 --- a/libs/p11-kit/Makefile +++ b/libs/p11-kit/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=p11-kit -PKG_VERSION:=0.23.1 -PKG_RELEASE:=2 +PKG_VERSION:=0.23.10 +PKG_RELEASE:=1 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4 -PKG_SOURCE_URL:=http://p11-glue.freedesktop.org/releases/ +PKG_HASH:=f9212a3f225ef543e13fae9945527d66c0cbb67246320035dd94fab2bce5ae43 +PKG_SOURCE_URL:=https://github.com/p11-glue/$(PKG_NAME)/releases/download/$(PKG_VERSION) PKG_INSTALL:=1 @@ -24,7 +24,7 @@ define Package/p11-kit SECTION:=libs CATEGORY:=Libraries TITLE:=A library that provides a way to load and enumerate PKCS11 modules. - URL:=http://p11-glue.freedesktop.org/p11-kit.html + URL:=https://p11-glue.github.io/p11-glue/p11-kit.html DEPENDS:=+libtasn1 +libpthread endef |