Skip to content

Commit

Permalink
security/flawz: update to 0.3.0
Browse files Browse the repository at this point in the history
0.3.0 - 2024-11-03
🚀 Features
  - (tui) Highlight search results (#61) - (1dffc0a)

🐛 Bug Fixes
  - (search) Do not close when pressed on 'q' - (2d1a381)

📚 Documentation
  - (readme) Details about SQLite dep and avoiding crates mismatch v… (#59) - (2d727cd)
  • Loading branch information
0323pin committed Nov 8, 2024
1 parent f3f9573 commit 3f37333
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 575 deletions.
5 changes: 3 additions & 2 deletions security/flawz/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2024/06/23 21:21:24 wiz Exp $
# $NetBSD: Makefile,v 1.6 2024/11/08 08:59:24 pin Exp $

DISTNAME= flawz-0.2.2
DISTNAME= flawz-0.3.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=orhun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -12,6 +12,7 @@ LICENSE= mit OR apache-2.0

.include "cargo-depends.mk"

RUST_REQ= 1.74.1
USE_TOOLS+= pkg-config

MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
Expand Down
Loading

0 comments on commit 3f37333

Please sign in to comment.