diff options
| author | Peter Powell | 2013-03-29 07:00:17 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-29 06:29:03 -0700 |
| commit | 8d726aa7753c2c456774bed3618c5236f85e9758 (patch) | |
| tree | 9326ec19fe24bfb3b70aed14fc614a6e4a7521af /Library | |
| parent | 6e6c31068e4659a184876b58acb9e8292664d451 (diff) | |
| download | homebrew-8d726aa7753c2c456774bed3618c5236f85e9758.tar.bz2 | |
InspIRCd 2.0.11
Closes #18817.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/inspircd.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/inspircd.rb b/Library/Formula/inspircd.rb index fd2d98f81..a8dbf3784 100644 --- a/Library/Formula/inspircd.rb +++ b/Library/Formula/inspircd.rb @@ -2,8 +2,8 @@ require 'formula' class Inspircd < Formula homepage 'http://inspircd.github.com' - url 'https://github.com/inspircd/inspircd/archive/v2.0.10.tar.gz' - sha1 '9b88b9b58e3e765604c938d1c2ae2c2ab8403d24' + url 'https://github.com/inspircd/inspircd/archive/v2.0.11.tar.gz' + sha1 'c7badbc51983d78670281d2e00100676e1fc7b30' head 'https://github.com/inspircd/inspircd.git', :branch => 'insp20' |
