httperf: fix dead homepage= and wrong checksum=
This commit is contained in:
parent
edae95a69a
commit
909da95811
1 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'httperf'
|
# Template file for 'httperf'
|
||||||
pkgname=httperf
|
pkgname=httperf
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
short_desc="A tool for measuring web server performance"
|
short_desc="Tool for measuring web server performance"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://github.com/httperf/httperf"
|
||||||
homepage="http://www.hpl.hp.com/research/linux/httperf/"
|
homepage="http://www.hpl.hp.com/research/linux/httperf/"
|
||||||
# distfiles="ftp://ftp.hpl.hp.com/pub/httperf/httperf-${version}.tar.gz"
|
# distfiles="ftp://ftp.hpl.hp.com/pub/httperf/httperf-${version}.tar.gz"
|
||||||
distfiles="https://sources.voidlinux.eu/httperf-0.9.0/httperf-0.9.0.tar.gz"
|
distfiles="https://sources.voidlinux.eu/httperf-${version}/httperf-${version}.tar.gz"
|
||||||
checksum=e1a0bf56bcb746c04674c47b6cfa531fad24e45e9c6de02aea0d1c5f85a2bf1c
|
checksum=033d9e7771a59924cc254010f40acaf13058e627d8cc17c40966798723a5bf41
|
||||||
|
|
Loading…
Reference in a new issue