mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
netscanner: update to 0.6.3.
This commit is contained in:
parent
e96469d206
commit
2f903674c9
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'netscanner'
|
||||
pkgname=netscanner
|
||||
version=0.6.2
|
||||
version=0.6.3
|
||||
revision=1
|
||||
build_style=cargo
|
||||
depends="iw"
|
||||
|
@ -10,7 +10,12 @@ license="MIT"
|
|||
homepage="https://github.com/Chleba/netscanner"
|
||||
changelog="https://raw.githubusercontent.com/Chleba/netscanner/main/debian/changelog"
|
||||
distfiles="https://github.com/Chleba/netscanner/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=f0b4bc4ce5144fc61d5df69cd008dabe9ae973d1a257923ed48545abcf861d02
|
||||
checksum=ad2df332bb347eac96c0a5d22e9477f9a7fe4b05d565b90009cc1c3fb598b29f
|
||||
|
||||
pre_build() {
|
||||
# upstream forgot to update lockfile version before release
|
||||
cargo update --package netscanner --precise ${version}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman debian/netscanner.manpage netscanner.1
|
||||
|
|
Loading…
Add table
Reference in a new issue