diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/icecast.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/icecast.rb b/Library/Formula/icecast.rb index a366ba17c..4cb0cf35f 100644 --- a/Library/Formula/icecast.rb +++ b/Library/Formula/icecast.rb @@ -2,8 +2,8 @@ require 'formula' class Icecast < Formula homepage 'http://www.icecast.org/' - url 'http://downloads.xiph.org/releases/icecast/icecast-2.3.3.tar.gz' - sha1 '61cf1bd5b4ed491aad488dc6cf1ca2d8eb657363' + url 'http://downloads.xiph.org/releases/icecast/icecast-2.4.0.tar.gz' + sha1 '45bd403c2b1d6f1250216cd3a0447d41f979c348' depends_on 'pkg-config' => :build depends_on 'libogg' => :optional |
