Skip to content

Commit

Permalink
Merge pull request #55 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 2.5.0
  • Loading branch information
andyone committed Jan 3, 2020
2 parents bf03d4a + 6fd34ec commit 4b6e886
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git-config: ## Configure git redirects for stable import path services

deps: git-config ## Download dependencies
go get -d -v pkg.re/essentialkaos/ek.v11
go get -d -v pkg.re/essentialkaos/sslscan.v11
go get -d -v pkg.re/essentialkaos/sslscan.v12

fmt: ## Format source code with gofmt
find . -name "*.go" -exec gofmt -s -w {} \;
Expand Down
4 changes: 2 additions & 2 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ import (
"pkg.re/essentialkaos/ek.v11/usage/completion/zsh"
"pkg.re/essentialkaos/ek.v11/usage/update"

"pkg.re/essentialkaos/sslscan.v11"
"pkg.re/essentialkaos/sslscan.v12"
)

// ////////////////////////////////////////////////////////////////////////////////// //

const (
APP = "SSLScan Client"
VER = "2.4.1"
VER = "2.5.0"
DESC = "Command-line client for the SSL Labs API"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/details.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"pkg.re/essentialkaos/ek.v11/strutil"
"pkg.re/essentialkaos/ek.v11/timeutil"

"pkg.re/essentialkaos/sslscan.v11"
"pkg.re/essentialkaos/sslscan.v12"
)

// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
5 changes: 4 additions & 1 deletion common/sslcli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

Summary: Pretty awesome command-line client for public SSLLabs API
Name: sslcli
Version: 2.4.1
Version: 2.5.0
Release: 0%{?dist}
Group: Applications/System
License: EKOL
Expand Down Expand Up @@ -119,6 +119,9 @@ fi
################################################################################

%changelog
* Fri Jan 03 2020 Anton Novojilov <andy@essentialkaos.com> - 2.5.0-0
- Updated for compatibility with the latest version of SSLLabs API

* Sat Oct 19 2019 Anton Novojilov <andy@essentialkaos.com> - 2.4.1-0
- ek package updated to the latest version

Expand Down

0 comments on commit 4b6e886

Please sign in to comment.