File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ git-config: ## Configure git redirects for stable import path services
2828
2929deps : 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
3333fmt : # # Format source code with gofmt
3434 find . -name " *.go" -exec gofmt -s -w {} \;
Original file line number Diff line number Diff 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
3636const (
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
Original file line number Diff line number Diff 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// ////////////////////////////////////////////////////////////////////////////////// //
Original file line number Diff line number Diff line change 4444
4545Summary: Pretty awesome command-line client for public SSLLabs API
4646Name: sslcli
47- Version: 2.4.1
47+ Version: 2.5.0
4848Release: 0%{?dist }
4949Group: Applications/System
5050License: EKOL
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
You can’t perform that action at this time.
0 commit comments