pam_netauth: update to 0.3.1

This commit is contained in:
Michael Aldridge 2019-11-24 21:10:02 -08:00 committed by Michael Aldridge
parent 8070c45789
commit 98f45f681c

View file

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