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 @@

NOTES

  1. -
  2. February 2022
  3. +
  4. April 2023
  5. solbuild(1)
diff --git a/man/solbuild.conf.5 b/man/solbuild.conf.5 index 436606e..f319bc9 100644 --- a/man/solbuild.conf.5 +++ b/man/solbuild.conf.5 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "SOLBUILD\.CONF" "5" "April 2022" "" +.TH "SOLBUILD\.CONF" "5" "April 2023" "" .SH "NAME" \fBsolbuild\.conf\fR \- solbuild configuration .SH "NAME" diff --git a/man/solbuild.conf.5.html b/man/solbuild.conf.5.html index 1bef19a..6da3b73 100644 --- a/man/solbuild.conf.5.html +++ b/man/solbuild.conf.5.html @@ -175,7 +175,7 @@

NOTES

  1. -
  2. April 2022
  3. +
  4. April 2023
  5. solbuild.conf(5)
diff --git a/man/solbuild.profile.5 b/man/solbuild.profile.5 index b3c7549..7851760 100644 --- a/man/solbuild.profile.5 +++ b/man/solbuild.profile.5 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "SOLBUILD\.PROFILE" "5" "February 2022" "" +.TH "SOLBUILD\.PROFILE" "5" "April 2023" "" .SH "NAME" \fBsolbuild\.profile\fR \- Profile definitions for solbuild .SH "SYNOPSIS" diff --git a/man/solbuild.profile.5.html b/man/solbuild.profile.5.html index 94a6a38..f871f3c 100644 --- a/man/solbuild.profile.5.html +++ b/man/solbuild.profile.5.html @@ -219,7 +219,7 @@

NOTES

  1. -
  2. February 2022
  3. +
  4. April 2023
  5. solbuild.profile(5)