aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Powell2012-12-17 03:41:27 +0000
committerAdam Vandenberg2012-12-16 19:51:14 -0800
commit6149f06089930eba6cff730acb2f4e2406be05cc (patch)
tree551cd83d05e28545cc284a539bd3958d8ad92a94 /Library
parent8f6d4ea021373864aa8531fb4e6e4e2f5ca4252b (diff)
downloadhomebrew-6149f06089930eba6cff730acb2f4e2406be05cc.tar.bz2
InspIRCd 2.0.10
Closes #16608. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/inspircd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/inspircd.rb b/Library/Formula/inspircd.rb
index 8ff8460a6..2ed4c11db 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.9.tar.bz2'
- sha1 'a1b377a9c9916dced716c34c669060d4590fbb0c'
+ url 'https://github.com/inspircd/inspircd/archive/v2.0.10.tar.gz'
+ sha1 '9b88b9b58e3e765604c938d1c2ae2c2ab8403d24'
head 'https://github.com/inspircd/inspircd.git', :branch => 'insp20'