Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Yukari Chiba <[email protected]>

pkgname=nmap
pkgver=7.95
pkgrel=3
pkgver=7.98
pkgrel=1
pkgdesc='Utility for network discovery and security auditing'
url='https://nmap.org/'
arch=(x86_64 aarch64 riscv64 loongarch64)
Expand All @@ -20,7 +20,7 @@ makedepends=(linux-headers)
source=(
"https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2"
)
sha256sums=('e14ab530e47b5afd88f1c8a2bac7f89cd8fe6b478e22d255c5b9bddb7a1c5778')
sha256sums=('ce847313eaae9e5c9f21708e42d2ab7b56c7e0eb8803729a3092f58886d897e6')

prepare() {
cd "${pkgname}-${pkgver}"
Expand Down