mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
termshark: update to 2.1.1
This commit is contained in:
parent
2e0cf2f6c2
commit
472f1af97e
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'termshark'
|
# Template file for 'termshark'
|
||||||
pkgname=termshark
|
pkgname=termshark
|
||||||
version=2.0.0
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gcla/termshark"
|
go_import_path="github.com/gcla/termshark"
|
||||||
go_package="${go_import_path}/cmd/termshark"
|
go_package="${go_import_path}/v2/cmd/termshark"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="wireshark"
|
depends="wireshark"
|
||||||
short_desc="Terminal UI for tshark, inspired by Wireshark"
|
short_desc="Terminal UI for tshark, inspired by Wireshark"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/gcla/termshark"
|
homepage="https://github.com/gcla/termshark"
|
||||||
distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
|
||||||
checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
|
checksum=c02a21e0a61b791b1287b85acc33834ccd3bb4efb40be52e5a74d2b989d51416
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue