mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
make-ca: update to 1.16.
Updates certificate root used for validating mozilla nss certdata.txt download.
This commit is contained in:
parent
3036e9f174
commit
278c3802a7
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'make-ca'
|
||||
pkgname=make-ca
|
||||
version=1.7
|
||||
revision=2
|
||||
version=1.16
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="SBINDIR=/usr/bin"
|
||||
hostmakedepends="help2man"
|
||||
|
@ -9,6 +9,6 @@ depends="p11-kit"
|
|||
short_desc="PKI setup script for LFS (and others)"
|
||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/djlucas/make-ca/"
|
||||
distfiles="https://github.com/djlucas/make-ca/releases/download/v${version}/make-ca-${version}.tar.xz"
|
||||
checksum=6db8b96c961790507c5e36e0ed75a079ae95300f520cd88ac061cf44a4733c2f
|
||||
homepage="https://github.com/lfs-book/make-ca/"
|
||||
distfiles="https://github.com/lfs-book/make-ca/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=44f100e2e10f920df5323e0da6393160cbaf185454a87548eca61336787b2088
|
||||
|
|
Loading…
Add table
Reference in a new issue