diff options
| author | Peter Powell | 2013-08-28 21:51:25 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-28 20:04:17 -0700 |
| commit | e961674d2b5d31ae86121609e70c57725d5e68b4 (patch) | |
| tree | bf0f8ea34154f311990aeacc8d0128722023cb14 /Library/Formula | |
| parent | 5a12fbf755b4db6cf5a590d1c981b35e47995521 (diff) | |
| download | homebrew-e961674d2b5d31ae86121609e70c57725d5e68b4.tar.bz2 | |
InspIRCd 2.0.14
Closes #22184.
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 93c14e0d9..97ca203d3 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.13.tar.gz' - sha1 'c15c34c7605bd0d8d83a5b1d50111780973372c3' + url 'https://github.com/inspircd/inspircd/archive/v2.0.14.tar.gz' + sha1 'b8b29fef06579ca624027a26a989cdea90a290a8' head 'https://github.com/inspircd/inspircd.git', :branch => 'master' |
