diff options
| author | Alexander Barton | 2013-01-05 18:31:34 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-05 11:06:10 -0800 |
| commit | a9ee044a5208dc56281b71aee3773c35299026c9 (patch) | |
| tree | 3e68d81d14deade2634b62fab8f6d64215c74680 /Library | |
| parent | cd8f6fe8471e0e447ec622eaea96ee58d96a7fe4 (diff) | |
| download | homebrew-a9ee044a5208dc56281b71aee3773c35299026c9.tar.bz2 | |
ngircd 20.1
Closes #16909.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ngircd.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ngircd.rb b/Library/Formula/ngircd.rb index 509ffc181..5ee894025 100644 --- a/Library/Formula/ngircd.rb +++ b/Library/Formula/ngircd.rb @@ -2,9 +2,9 @@ require 'formula' class Ngircd < Formula homepage 'http://ngircd.barton.de' - url 'ftp://ftp.berlios.de/pub/ngircd/ngircd-19.2.tar.gz' - mirror 'http://ngircd.barton.de/pub/ngircd/ngircd-19.2.tar.gz' - sha1 'c97e0409778ef1a4431bec1917b36918171047bc' + url 'ftp://ftp.berlios.de/pub/ngircd/ngircd-20.1.tar.gz' + mirror 'http://ngircd.barton.de/pub/ngircd/ngircd-20.1.tar.gz' + sha1 'e5dcbd3c40880b951854c10ed52e3c1dc17c3fe0' depends_on 'libident' |
