summaryrefslogtreecommitdiff
path: root/mtr
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-02-01 22:59:00 +1100
committerDanny Rawlins <monster.romster@gmail.com>2020-02-01 22:59:00 +1100
commit935d97b233cfc5ae0fec2e50549a5e45ab7b39ee (patch)
treecd8d195d9ec3e31b9a83c08f58d9aa8a41695a38 /mtr
parent41f3db6ee0b471a4123ccc2eb1c1823659f92a20 (diff)
downloadcontrib-935d97b233cfc5ae0fec2e50549a5e45ab7b39ee.tar.gz
contrib-935d97b233cfc5ae0fec2e50549a5e45ab7b39ee.tar.xz
mtr: 0.92 -> 0.93
Diffstat (limited to 'mtr')
-rw-r--r--mtr/.footprint2
-rw-r--r--mtr/.signature8
-rw-r--r--mtr/Pkgfile5
3 files changed, 8 insertions, 7 deletions
diff --git a/mtr/.footprint b/mtr/.footprint
index 2c8b30265..d8ac27377 100644
--- a/mtr/.footprint
+++ b/mtr/.footprint
@@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mtr
--rwxr-xr-x root/root usr/bin/mtr-packet
+-rwsr-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/
diff --git a/mtr/.signature b/mtr/.signature
index 5a7ddda87..ce5cc87d4 100644
--- a/mtr/.signature
+++ b/mtr/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF301PL0mY/gcP2OP7LYfNV+AfFUCYY9jHEZ5HLISvhBUjJJgMjd1H6mHjg2r7OuWO71MSHrg1oHdgqTlwm9i5Hwc=
-SHA256 (Pkgfile) = 51dfed93c97404be3573a5475b66b611f3c068cb617d497eb9d46cae6a592b7b
-SHA256 (.footprint) = ba9dc28bfd821a2bac57b3318376a437cf2f24a180c8c94175063d3d4bf530f4
-SHA256 (mtr-0.92.tar.gz) = f2979db9e2f41aa8e6574e7771767c9afe111d9213814eb47f5e1e71876e4382
+RWSagIOpLGJF3944rTMKvR6w29U1+r3Rwc44zJrGYjl6npE6gyK8xM82V9X0aBqoK3YnXu94GmC0+Xm/oRfXvrSlpB+6vyvY6g0=
+SHA256 (Pkgfile) = 29b21230df8d5dd1f42c53fa58f8d4e8f305664fb33999be9634206a8953052b
+SHA256 (.footprint) = 1829935673a241b1ac26635cb94b1cad684bbc99aecad09b1745d225f08724ea
+SHA256 (mtr-v0.93.tar.gz) = 3a1ab330104ddee3135af3cfa567b9608001c5deecbf200c08b545ed6d7a4c8f
diff --git a/mtr/Pkgfile b/mtr/Pkgfile
index 8de739be1..7448fec6d 100644
--- a/mtr/Pkgfile
+++ b/mtr/Pkgfile
@@ -4,13 +4,14 @@
# Depends on: ncurses
name=mtr
-version=0.92
+version=0.93
release=1
-source=(ftp://ftp.bitwizard.nl/mtr/$name-$version.tar.gz)
+source=(https://github.com/traviscross/mtr/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
+ ./bootstrap.sh
./configure \
--prefix=/usr \
--sbindir=/usr/bin \

Generated by cgit