NetAuth: Fix checksum for v0.0.8.3
This commit is contained in:
parent
a9f4a83e51
commit
cda72b713e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'NetAuth'
|
||||
pkgname=NetAuth
|
||||
version=0.0.8.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
hostmakedepends="dep"
|
||||
go_import_path="github.com/NetAuth/NetAuth"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|||
license="MIT"
|
||||
homepage="https://netauth.org"
|
||||
distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
|
||||
checksum=5a181d979ac4f22b5e5bb6ace849043487b3aaf1729ef519b89138e600f3d85d
|
||||
checksum=e65ba1b3864d9c7a66fa690e9190f4502d3c85c9f9ff73409d8dae1bfbd2fae6
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
|
|
Loading…
Reference in New Issue