python3-dpkt: update to 1.9.8
Closes: https://github.com/void-linux/void-packages/pull/43976
This commit is contained in:
parent
88387a2000
commit
cae2bd7ad0
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-dpkt'
|
||||
pkgname=python3-dpkt
|
||||
version=1.9.7.2
|
||||
revision=3
|
||||
version=1.9.8
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
|
@ -9,8 +9,9 @@ short_desc="Basic TCP/IP packet creation and parsing"
|
|||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/kbandla/dpkt"
|
||||
changelog="https://raw.githubusercontent.com/kbandla/dpkt/master/docs/changelog.md"
|
||||
distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
|
||||
checksum=80f977667ebbad2b5c4f7b7f45ee8bea6622fb71723f68a9a8fe6274520c853b
|
||||
checksum=43f8686e455da5052835fd1eda2689d51de3670aac9799b1b00cfd203927ee45
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue