Skip to content

Commit

Permalink
Add flawz 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriath committed Jun 4, 2024
1 parent 5557d97 commit a9804c1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/flawz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "0.2.1",
"description": "A Terminal UI for browsing security vulnerabilities (CVEs)",
"homepage": "https://github.com/orhun/flawz",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/orhun/flawz/releases/download/v0.2.1/flawz-x86_64-pc-windows-msvc.zip",
"hash": "cd0f9e6e87e18b95968d0a067cf5e76e1b823e5a901a54589af886f01de70d1f"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/orhun/flawz/releases/download/v$version/flawz-x86_64-pc-windows-msvc.zip",
"hash": {
"url": "$baseurl/$basename.sha256"
}
}
}
},
"bin": [
[
"flawz.exe"
]
]
}

0 comments on commit a9804c1

Please sign in to comment.