mtr: 0.86 -> 0.92
This commit is contained in:
parent
17353ac2d9
commit
0cff38b100
@ -1,6 +1,12 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwsr-xr-x root/root usr/bin/mtr
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/mtr.8.gz
|
||||
-rwxr-xr-x root/root usr/bin/mtr
|
||||
-rwxr-xr-x root/root usr/bin/mtr-packet
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/bash-completion/
|
||||
drwxr-xr-x root/root usr/share/bash-completion/completions/
|
||||
-rw-r--r-- root/root usr/share/bash-completion/completions/mtr
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/mtr-packet.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/mtr.8.gz
|
||||
|
@ -1 +1 @@
|
||||
8d63592c9d4579ef20cf491b41843eb2 mtr-0.86.tar.gz
|
||||
3b3788f71641eb3eaba517ac2138e76d mtr-0.92.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF33rtuNs4m5U/2DajHcHF/Ejq5gZxT/BccsIak4lrtuKzTeNYcf4KinMQWo88L2OVxcVFHM8nY384eYXWgtcHBgU=
|
||||
SHA256 (Pkgfile) = dfe353ebb4bcdd3a698c1067c77e9a89d66c2f941f7b1bab05e6a0a786a811c8
|
||||
SHA256 (.footprint) = 809e472c71460c3d696367dba723edf97ed0dba85e753872867bf4f3c9d5196d
|
||||
SHA256 (mtr-0.86.tar.gz) = c5d948920b641cc35f8b380fc356ddfe07cce6a9c6474afe242fc58113f28c06
|
||||
RWSagIOpLGJF301PL0mY/gcP2OP7LYfNV+AfFUCYY9jHEZ5HLISvhBUjJJgMjd1H6mHjg2r7OuWO71MSHrg1oHdgqTlwm9i5Hwc=
|
||||
SHA256 (Pkgfile) = 51dfed93c97404be3573a5475b66b611f3c068cb617d497eb9d46cae6a592b7b
|
||||
SHA256 (.footprint) = ba9dc28bfd821a2bac57b3318376a437cf2f24a180c8c94175063d3d4bf530f4
|
||||
SHA256 (mtr-0.92.tar.gz) = f2979db9e2f41aa8e6574e7771767c9afe111d9213814eb47f5e1e71876e4382
|
||||
|
@ -1,11 +1,10 @@
|
||||
# Description: Matt's traceroute - network diagnostic tool.
|
||||
# URL: http://www.bitwizard.nl/mtr/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: ncurses
|
||||
|
||||
name=mtr
|
||||
version=0.86
|
||||
version=0.92
|
||||
release=1
|
||||
source=(ftp://ftp.bitwizard.nl/mtr/$name-$version.tar.gz)
|
||||
|
||||
@ -14,7 +13,6 @@ build() {
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--sbindir=/usr/bin \
|
||||
--without-gtk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user