diff options
| author | Peter Powell | 2013-04-01 11:01:19 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-01 07:05:38 -0700 |
| commit | b0289e023b05ca20e14288d14e2a76aa58cb1dda (patch) | |
| tree | 2efaf40b7d5f5f13117443f89cd55d0412ce0e9d /Library/Formula | |
| parent | 6238a2b72b63b755b9b4a4b16fe4f3dd8a785138 (diff) | |
| download | homebrew-b0289e023b05ca20e14288d14e2a76aa58cb1dda.tar.bz2 | |
InspIRCd: update head for new master branch.
Closes #18880.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/inspircd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/inspircd.rb b/Library/Formula/inspircd.rb index a8dbf3784..66f4b617f 100644 --- a/Library/Formula/inspircd.rb +++ b/Library/Formula/inspircd.rb @@ -5,7 +5,7 @@ class Inspircd < Formula url 'https://github.com/inspircd/inspircd/archive/v2.0.11.tar.gz' sha1 'c7badbc51983d78670281d2e00100676e1fc7b30' - head 'https://github.com/inspircd/inspircd.git', :branch => 'insp20' + head 'https://github.com/inspircd/inspircd.git', :branch => 'master' skip_clean 'data' skip_clean 'logs' |
