Skip to content

Commit 4b6e886

Browse files
authored
Merge pull request #55 from essentialkaos/develop
Version 2.5.0
2 parents bf03d4a + 6fd34ec commit 4b6e886

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git-config: ## Configure git redirects for stable import path services
2828

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

3333
fmt: ## Format source code with gofmt
3434
find . -name "*.go" -exec gofmt -s -w {} \;

cli/cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ import (
2828
"pkg.re/essentialkaos/ek.v11/usage/completion/zsh"
2929
"pkg.re/essentialkaos/ek.v11/usage/update"
3030

31-
"pkg.re/essentialkaos/sslscan.v11"
31+
"pkg.re/essentialkaos/sslscan.v12"
3232
)
3333

3434
// ////////////////////////////////////////////////////////////////////////////////// //
3535

3636
const (
3737
APP = "SSLScan Client"
38-
VER = "2.4.1"
38+
VER = "2.5.0"
3939
DESC = "Command-line client for the SSL Labs API"
4040
)
4141

cli/details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"pkg.re/essentialkaos/ek.v11/strutil"
2020
"pkg.re/essentialkaos/ek.v11/timeutil"
2121

22-
"pkg.re/essentialkaos/sslscan.v11"
22+
"pkg.re/essentialkaos/sslscan.v12"
2323
)
2424

2525
// ////////////////////////////////////////////////////////////////////////////////// //

common/sslcli.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
Summary: Pretty awesome command-line client for public SSLLabs API
4646
Name: sslcli
47-
Version: 2.4.1
47+
Version: 2.5.0
4848
Release: 0%{?dist}
4949
Group: Applications/System
5050
License: EKOL
@@ -119,6 +119,9 @@ fi
119119
################################################################################
120120

121121
%changelog
122+
* Fri Jan 03 2020 Anton Novojilov <andy@essentialkaos.com> - 2.5.0-0
123+
- Updated for compatibility with the latest version of SSLLabs API
124+
122125
* Sat Oct 19 2019 Anton Novojilov <andy@essentialkaos.com> - 2.4.1-0
123126
- ek package updated to the latest version
124127

0 commit comments

Comments
 (0)