pam_netauth: update to 0.3.2

This commit is contained in:
Michael Aldridge 2019-11-25 23:35:05 -08:00
parent 8ab7f0c1e6
commit 867e96946a

View file

@ -1,6 +1,6 @@
# Template file for 'pam_netauth' # Template file for 'pam_netauth'
pkgname=pam_netauth pkgname=pam_netauth
version=0.3.1 version=0.3.2
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/netauth/pam_netauth" go_import_path="github.com/netauth/pam_netauth"
@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://netauth.org" homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz" distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz"
checksum=c2e61bd92f275a57680e48f19bf57e4d94bbccafc3328a5e788b333b37940964 checksum=ba678c348a56ea073abd36f23c378d677594df2a9033dcccb9281353319250c8
do_build() { do_build() {
go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path} go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}