diff options
| author | Marvin Scholz | 2014-08-31 01:14:54 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-08-30 18:24:59 -0500 |
| commit | 3379a44b613f33d92eb6cb49d2f0e33294dc6c39 (patch) | |
| tree | 64cf4f4e35e24ee283b712969a44d0ab2991a961 /Library/Formula | |
| parent | 3bf232c5c31f5d6fc33af6f2fd55b512db72059a (diff) | |
| download | homebrew-3379a44b613f33d92eb6cb49d2f0e33294dc6c39.tar.bz2 | |
icecast 2.4.0
Closes #31995.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
