diff --git a/Makefile b/Makefile index bd63177..68fce3f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.5.2.1 +VERSION := 1.5.2.2 BINNAME := solbuild .PHONY: build diff --git a/builder/source/simple.go b/builder/source/simple.go index 54f1b78..5e988cb 100644 --- a/builder/source/simple.go +++ b/builder/source/simple.go @@ -54,7 +54,7 @@ func NewSimple(uri, validator string, legacy bool) (*SimpleSource, error) { fileName = uriObj.Fragment uriObj.Fragment = "" } - + ret := &SimpleSource{ URI: uriObj.String(), File: fileName, @@ -148,7 +148,7 @@ func (s *SimpleSource) download(destination string) error { hnd.Setopt(curl.OPT_PROGRESSFUNCTION, progress) // Enforce internal 300 second connect timeout in libcurl hnd.Setopt(curl.OPT_CONNECTTIMEOUT, 0) - hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.5.2.1")) + hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.5.2.2")) pbar.Start() defer func() { diff --git a/cli/version.go b/cli/version.go index e8a3583..7db3b83 100644 --- a/cli/version.go +++ b/cli/version.go @@ -23,7 +23,7 @@ import ( const ( // SolbuildVersion is the current public version of solbuild - SolbuildVersion = "1.5.2.1" + SolbuildVersion = "1.5.2.2" ) func init() { diff --git a/man/solbuild.1 b/man/solbuild.1 index ec940d5..3f63c60 100644 --- a/man/solbuild.1 +++ b/man/solbuild.1 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "SOLBUILD" "1" "February 2022" "" +.TH "SOLBUILD" "1" "April 2023" "" .SH "NAME" \fBsolbuild\fR \- Solus package builder .SH "SYNOPSIS" diff --git a/man/solbuild.1.html b/man/solbuild.1.html index 84f05c3..20e6eba 100644 --- a/man/solbuild.1.html +++ b/man/solbuild.1.html @@ -281,7 +281,7 @@