nsss: update to 0.1.0.0.
This commit is contained in:
parent
c5c100c624
commit
59dd658afc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nsss'
|
||||
pkgname=nsss
|
||||
version=0.0.2.2
|
||||
revision=2
|
||||
version=0.1.0.0
|
||||
revision=1
|
||||
# Only available for musl
|
||||
archs="*-musl"
|
||||
build_style=configure
|
||||
|
@ -10,12 +10,12 @@ configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
|||
--bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss"
|
||||
makedepends="skalibs-devel"
|
||||
short_desc="Minimal competing implementation of glibc's Name Switch Service"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="ISC"
|
||||
homepage="https://skarnet.org/software/nsss/"
|
||||
changelog="https://skarnet.org/software/nsss/upgrade.html"
|
||||
distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
|
||||
checksum=3345d76155b6a5d55b13b30cfecb0b9a21fd1264164f5f48b1c3eca57849a12a
|
||||
checksum=b88a389264a76893ef3ad9c086ea694f32b688ed22fb7480a2a172131c5f3d97
|
||||
|
||||
do_check() {
|
||||
: #checkdepends=s6, creates dependency cycle
|
||||
|
|
Loading…
Reference in a new issue