Skip to content

Commit

Permalink
solbuild: bump version to 1.5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Apr 19, 2023
1 parent 5f5b7b5 commit 0dcf8e2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.5.2.1
VERSION := 1.5.2.2
BINNAME := solbuild

.PHONY: build
Expand Down
4 changes: 2 additions & 2 deletions builder/source/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion man/solbuild.1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion man/solbuild.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/solbuild.conf.5
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion man/solbuild.conf.5.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/solbuild.profile.5
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion man/solbuild.profile.5.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0dcf8e2

Please sign in to comment.