InspIRCd 2.0.14
Closes Homebrew/homebrew#22184. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a8d8229af9
commit
ebf2f3c173
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue