From 7da850ec48f026a1eec882932f006379e91546f2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:59:55 -0400 Subject: [PATCH] httpstat: rebuild for go-1.23.0 --- srcpkgs/httpstat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httpstat/template b/srcpkgs/httpstat/template index d6f11cc61cc..5a30dddbc12 100644 --- a/srcpkgs/httpstat/template +++ b/srcpkgs/httpstat/template @@ -1,7 +1,7 @@ # Template file for 'httpstat' pkgname=httpstat version=1.1.0 -revision=3 +revision=4 build_style=go go_ldflags="-X=main.version=$version" go_import_path="github.com/davecheney/httpstat"