From 5821637e7045d7da56432204c0dce6d248848570 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:34:11 +0400 Subject: [PATCH] httpstat: revbump for go 1.21 --- srcpkgs/httpstat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httpstat/template b/srcpkgs/httpstat/template index ecc76c972c4..d6f11cc61cc 100644 --- a/srcpkgs/httpstat/template +++ b/srcpkgs/httpstat/template @@ -1,7 +1,7 @@ # Template file for 'httpstat' pkgname=httpstat version=1.1.0 -revision=2 +revision=3 build_style=go go_ldflags="-X=main.version=$version" go_import_path="github.com/davecheney/httpstat"