mtr: update to 0.86.
This commit is contained in:
parent
32478f48b0
commit
6536befdc1
2 changed files with 7 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- display.c.orig 2014-08-23 21:34:41.344688175 +0200
|
|
||||||
+++ display.c 2014-08-23 21:34:49.913688842 +0200
|
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
#include "raw.h"
|
|
||||||
#include "dns.h"
|
|
||||||
#ifndef NO_IPINFO
|
|
||||||
-#include <asn.h>
|
|
||||||
+#include "asn.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int DisplayMode;
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mtr'
|
# Template file for 'mtr'
|
||||||
pkgname=mtr
|
pkgname=mtr
|
||||||
version=0.85
|
version=0.86
|
||||||
revision=3
|
revision=1
|
||||||
distfiles="https://github.com/traviscross/mtr/archive/v${version}.tar.gz"
|
|
||||||
checksum="4c3c02cc8290798a067d514c9b243fdc90a75e58ca1a35da8e93a163f11c1884"
|
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="ncurses-devel gtk+-devel"
|
makedepends="ncurses-devel gtk+-devel"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
|
||||||
homepage="http://www.bitwizard.nl/mtr/"
|
|
||||||
license="GPL"
|
|
||||||
short_desc="Combines the functionality of traceroute and ping into one tool"
|
short_desc="Combines the functionality of traceroute and ping into one tool"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
|
license="GPL"
|
||||||
|
homepage="http://www.bitwizard.nl/mtr/"
|
||||||
|
distfiles="https://github.com/traviscross/mtr/archive/v${version}.tar.gz"
|
||||||
|
checksum=7912f049f9506748913e2866068b7f95b11a4e0a855322120b456c46ac9eb763
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue