From 4a3003a7facebc37cc1492e2b7070ea74ab0c5b9 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 1 May 2022 12:52:06 +0200 Subject: [PATCH] httpstat: update to 1.1.0. --- srcpkgs/httpstat/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/httpstat/template b/srcpkgs/httpstat/template index c6ecf6bf23a00f..ef084155b7b9f9 100644 --- a/srcpkgs/httpstat/template +++ b/srcpkgs/httpstat/template @@ -1,16 +1,16 @@ # Template file for 'httpstat' pkgname=httpstat -version=1.0.0 -revision=12 +version=1.1.0 +revision=1 build_style=go +go_ldflags="-X=main.version=$version" go_import_path="github.com/davecheney/httpstat" -hostmakedepends="git" short_desc="It's like curl -v, with colours" -maintainer="Diogo Leal " +maintainer="Michal Vasilek " license="MIT" homepage="https://github.com/davecheney/httpstat" distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz" -checksum=3a9e89141bb773ca5fa35b9b0ddd4832c17b317849471bacd0f1130333bbcd7b +checksum=58260ab0a56557d0c2509ea09ee3fe54fe21a49f95d94189efdd64caec84fa67 post_install() { vlicense LICENSE