forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved the "ping?" and "pingecho" aliases to the `Ping` superclass. * Fix issue #8 (the specification for net-ping-2.0.0 has corupped).
- Loading branch information
taca
committed
Oct 17, 2016
1 parent
f69b7ef
commit c750ec1
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.10 2015/09/26 15:11:48 taca Exp $ | ||
# $NetBSD: Makefile,v 1.11 2016/10/17 14:47:42 taca Exp $ | ||
|
||
DISTNAME= net-ping-1.7.8 | ||
DISTNAME= net-ping-2.0.1 | ||
CATEGORIES= print | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.8 2015/11/04 00:35:35 agc Exp $ | ||
$NetBSD: distinfo,v 1.9 2016/10/17 14:47:42 taca Exp $ | ||
|
||
SHA1 (net-ping-1.7.8.gem) = a169d2f4070320bf1659d0efc2530def7244087d | ||
RMD160 (net-ping-1.7.8.gem) = 3a06d17a66336660b0f5ad061e7bf5dc3ddac023 | ||
SHA512 (net-ping-1.7.8.gem) = e3740a5ae35bfe1fd8a1852dd8cbbe4eb8b870bce26e7b2301c2ccbfcfc4655c191ec475d9ce1c1921c8aba603902723c6d7fb6660b6f8255cce382ea473f330 | ||
Size (net-ping-1.7.8.gem) = 28160 bytes | ||
SHA1 (net-ping-2.0.1.gem) = 1063c56ee2a803a4c519418d8383601b0fa94bfa | ||
RMD160 (net-ping-2.0.1.gem) = 224ed6f213b5bbac8716a983c314410d63baa74a | ||
SHA512 (net-ping-2.0.1.gem) = 85ff11a3bec91ec47068af645385ed33eba2ddba55877ed2f5d48d095a6e49f870f33e51869a0ade38a67a574d29e8c936e7681e3a6557785551ae12c5f2e158 | ||
Size (net-ping-2.0.1.gem) = 28160 bytes |