mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
NetAuth: Fix checksum for v0.0.8.3
This commit is contained in:
parent
a9f4a83e51
commit
cda72b713e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'NetAuth'
|
# Template file for 'NetAuth'
|
||||||
pkgname=NetAuth
|
pkgname=NetAuth
|
||||||
version=0.0.8.3
|
version=0.0.8.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="dep"
|
hostmakedepends="dep"
|
||||||
go_import_path="github.com/NetAuth/NetAuth"
|
go_import_path="github.com/NetAuth/NetAuth"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://netauth.org"
|
homepage="https://netauth.org"
|
||||||
distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
|
distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
|
||||||
checksum=5a181d979ac4f22b5e5bb6ace849043487b3aaf1729ef519b89138e600f3d85d
|
checksum=e65ba1b3864d9c7a66fa690e9190f4502d3c85c9f9ff73409d8dae1bfbd2fae6
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue