diff options
| author | Peter Powell | 2012-10-07 07:50:33 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-07 09:40:57 -0700 |
| commit | 223a46594ed34e206b29a4ed013cb89c05f3d9de (patch) | |
| tree | 6d75662a4b5281fd26b96e919cde570c6228a50d /Library/Formula | |
| parent | 976a69614cfab88055da209fbbbd50d369d1a128 (diff) | |
| download | homebrew-223a46594ed34e206b29a4ed013cb89c05f3d9de.tar.bz2 | |
InspIRCd 2.0.9
Closes #15337.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 177d3881f..4d426c877 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/downloads/inspircd/inspircd/InspIRCd-2.0.8.tar.bz2' - sha1 'c8bcbc222df40bc8110cefdb4a1fee91ad7c73d1' + url 'https://github.com/downloads/inspircd/inspircd/InspIRCd-2.0.9.tar.bz2' + sha1 'a1b377a9c9916dced716c34c669060d4590fbb0c' head 'https://github.com/inspircd/inspircd.git', :branch => 'insp20' |
