Skip to content

Commit

Permalink
Merge branch 'release/v0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
targodan committed May 19, 2021
2 parents f0d9c0c + 9659eec commit 6929c36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ after_success:

before_deploy:
- pushd cicd/build
- cp $(ldd yapscan | grep libyara | cut -d'>' -f2 | cut -d' ' -f2) .
- cp $(ldd libyara.so* | grep libcrypto | cut -d'>' -f2 | cut -d' ' -f2) .
- 7z a yapscan_windows_amd64.zip yapscan.exe yapscan.dll
- 7z a yapscan_linux_amd64.zip yapscan
- 7z a yapscan_linux_amd64.zip yapscan libyara.so* libcrypto.so*
- tar -cvzf yapscan_windows_amd64.tar.gz yapscan.exe yapscan.dll
- tar -cvzf yapscan_linux_amd64.tar.gz yapscan
- tar -cvzf yapscan_linux_amd64.tar.gz yapscan libyara.so* libcrypto.so*
- popd

deploy:
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func MakeApp(args []string) *cli.App {
Name: "yapscan",
HelpName: "yapscan",
Description: "A yara based scanner for files and process memory with some extras.",
Version: "0.7.0",
Version: "0.7.1",
Writer: os.Stdout,
ErrWriter: os.Stderr,
Authors: []*cli.Author{
Expand Down

0 comments on commit 6929c36

Please sign in to comment.