Skip to content

Commit

Permalink
Merge pull request #28 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 1.5.0
  • Loading branch information
andyone authored Apr 16, 2017
2 parents 252059c + ca40839 commit 57a3222
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
########################################################################################

# This Makefile generated by GoMakeGen 0.4.0 using next command:
# This Makefile generated by GoMakeGen 0.5.0 using next command:
# gomakegen .

########################################################################################
Expand All @@ -16,8 +16,8 @@ sslcli:

deps:
git config --global http.https://pkg.re.followRedirects true
go get -v pkg.re/essentialkaos/ek.v7
go get -v pkg.re/essentialkaos/sslscan.v5
go get -d -v pkg.re/essentialkaos/ek.v8
go get -d -v pkg.re/essentialkaos/sslscan.v6

fmt:
find . -name "*.go" -exec gofmt -s -w {} \;
Expand Down
18 changes: 9 additions & 9 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ import (
"strings"
"time"

"pkg.re/essentialkaos/ek.v7/arg"
"pkg.re/essentialkaos/ek.v7/fmtc"
"pkg.re/essentialkaos/ek.v7/fmtutil"
"pkg.re/essentialkaos/ek.v7/fsutil"
"pkg.re/essentialkaos/ek.v7/usage"
"pkg.re/essentialkaos/ek.v7/usage/update"

"pkg.re/essentialkaos/sslscan.v5"
"pkg.re/essentialkaos/ek.v8/arg"
"pkg.re/essentialkaos/ek.v8/fmtc"
"pkg.re/essentialkaos/ek.v8/fmtutil"
"pkg.re/essentialkaos/ek.v8/fsutil"
"pkg.re/essentialkaos/ek.v8/usage"
"pkg.re/essentialkaos/ek.v8/usage/update"

"pkg.re/essentialkaos/sslscan.v6"
)

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

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

Expand Down
8 changes: 4 additions & 4 deletions cli/details.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import (
"strings"
"time"

"pkg.re/essentialkaos/ek.v7/fmtc"
"pkg.re/essentialkaos/ek.v7/fmtutil"
"pkg.re/essentialkaos/ek.v7/timeutil"
"pkg.re/essentialkaos/ek.v8/fmtc"
"pkg.re/essentialkaos/ek.v8/fmtutil"
"pkg.re/essentialkaos/ek.v8/timeutil"

"pkg.re/essentialkaos/sslscan.v5"
"pkg.re/essentialkaos/sslscan.v6"
)

// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
6 changes: 5 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: 1.4.1
Version: 1.5.0
Release: 0%{?dist}
Group: Applications/System
License: EKOL
Expand Down Expand Up @@ -92,6 +92,10 @@ rm -rf %{buildroot}
###############################################################################

%changelog
* Sun Apr 16 2017 Anton Novojilov <[email protected]> - 1.5.0-0
- ek package updated to v8
- sslscan package updated to v6

* Sat Apr 08 2017 Anton Novojilov <[email protected]> - 1.4.1-0
- UI improvements

Expand Down

0 comments on commit 57a3222

Please sign in to comment.