pam_netauth: update to 0.3.5.

This commit is contained in:
Michael Aldridge 2021-03-21 02:56:02 -07:00
parent 8ec156fab8
commit 745623c101
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pam_netauth'
pkgname=pam_netauth
version=0.3.3
version=0.3.5
revision=1
build_style=go
go_import_path="github.com/netauth/pam_netauth"
@ -11,7 +11,7 @@ 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=974bec19c5c50181e72c3cc1ab3089a5d37a753a7147d432dc7d44caa7dfd9f6
checksum=50e206ee9b542831e1f62e40817e6238d218c5dc95f6e854a9f4267c1e7a3341
do_build() {
go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}