diff options
| author | David Christenson | 2015-04-01 01:17:44 -0600 |
|---|---|---|
| committer | Xu Cheng | 2015-04-03 16:52:44 +0800 |
| commit | dd061c7b7fe71848f96abdb223908505207514ca (patch) | |
| tree | 76f833a2a28e139469e06985a0d01de9e1199e51 /Library/Formula | |
| parent | 560f4c6ce7fa49528a9915af5e6c15be57451c72 (diff) | |
| download | homebrew-dd061c7b7fe71848f96abdb223908505207514ca.tar.bz2 | |
ioping 0.9
Update to latest stable release, change homepage and head to GitHub,
modernize formula.
Closes #38260.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ioping.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb index 34c839102..0f12b0008 100644 --- a/Library/Formula/ioping.rb +++ b/Library/Formula/ioping.rb @@ -1,11 +1,9 @@ -require 'formula' - class Ioping < Formula - homepage 'http://code.google.com/p/ioping/' - url 'https://ioping.googlecode.com/files/ioping-0.8.tar.gz' - sha1 '7d4fe1414cdd5887c332426a8844e17eca5e5646' + homepage "https://github.com/koct9i/ioping" + url "https://github.com/koct9i/ioping/releases/download/v0.9/ioping-0.9.tar.gz" + sha256 "951e430875987c8cfe0ed85a0bcfe1081788121a34102eb6f7c91330c63a775d" - head 'http://ioping.googlecode.com/svn/trunk/' + head "https://github.com/koct9i/ioping.git" def install system "make" |
