httpstat: update to 1.1.0.
This commit is contained in:
parent
13306ff91e
commit
ab6902c8f7
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'httpstat'
|
# Template file for 'httpstat'
|
||||||
pkgname=httpstat
|
pkgname=httpstat
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=12
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_ldflags="-X=main.version=$version"
|
||||||
go_import_path="github.com/davecheney/httpstat"
|
go_import_path="github.com/davecheney/httpstat"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="It's like curl -v, with colours"
|
short_desc="It's like curl -v, with colours"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/davecheney/httpstat"
|
homepage="https://github.com/davecheney/httpstat"
|
||||||
distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz"
|
distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz"
|
||||||
checksum=3a9e89141bb773ca5fa35b9b0ddd4832c17b317849471bacd0f1130333bbcd7b
|
checksum=58260ab0a56557d0c2509ea09ee3fe54fe21a49f95d94189efdd64caec84fa67
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue