pam_netauth: update to 0.3.3.
This commit is contained in:
parent
809420c968
commit
cd9c583da0
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'pam_netauth'
|
||||
pkgname=pam_netauth
|
||||
version=0.3.2
|
||||
version=0.3.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/netauth/pam_netauth"
|
||||
hostmakedepends="git"
|
||||
makedepends=pam-devel
|
||||
short_desc="PAM plugin for NetAuth"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
maintainer="Michael Aldridge <maldridge@netauth.org>"
|
||||
license="MIT"
|
||||
homepage="https://netauth.org"
|
||||
distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz"
|
||||
checksum=ba678c348a56ea073abd36f23c378d677594df2a9033dcccb9281353319250c8
|
||||
checksum=974bec19c5c50181e72c3cc1ab3089a5d37a753a7147d432dc7d44caa7dfd9f6
|
||||
|
||||
do_build() {
|
||||
go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}
|
||||
|
|
Loading…
Reference in a new issue