NetAuth-ldap: update to 0.2.0
This commit is contained in:
parent
7118ea7a17
commit
5431af9e68
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'NetAuth-ldap'
|
||||
pkgname=NetAuth-ldap
|
||||
version=0.1.0
|
||||
version=0.2.0
|
||||
revision=1
|
||||
wrksrc=ldap-$version
|
||||
build_style=go
|
||||
|
@ -8,11 +8,11 @@ go_import_path=github.com/netauth/ldap
|
|||
go_ldflags="-X github.com/netauth/ldap/internal/buildinfo.Version=${version}"
|
||||
hostmakedepends="git"
|
||||
short_desc="LDAP Proxy for NetAuth"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
|
||||
maintainer="Michael Aldridge <maldridge@netauth.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.netauth.org/ecosystem/ldap"
|
||||
distfiles="https://github.com/netauth/ldap/archive/v$version.tar.gz"
|
||||
checksum=e179918429f133f8360bf9ee6a1ceefa283f245bf5ee0b705676fff9e1442fb4
|
||||
checksum=581b60475e940efff673edd3a0fb5ab34fef28f4872fc51a0720013f2004c2f0
|
||||
system_accounts="_netauth_ldap"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue