diff options
| author | Dominyk Tiller | 2014-08-21 03:17:28 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-20 23:39:06 -0500 | 
| commit | 8552f46054ad2f3fc725c5be0f1916d6f788b618 (patch) | |
| tree | ee0ddb390d1c4709eadfac005aa5f4e1d37a2f56 | |
| parent | a423e54c7fa0ba2552632cfba1ac85ab3d13e627 (diff) | |
| download | homebrew-8552f46054ad2f3fc725c5be0f1916d6f788b618.tar.bz2 | |
Irssi Devel 0.8.17rc1
For some reason, for a while now apparently, we’ve been pointing at an
Irssi devel build that 1) was a snapshot, 2) seemed to have a very
unstable checksum. This moves the devel build to a more stable but
still developmental release and subsequently hopefully a more stable
checksum. Ideally, this should be merged after my OpenSSL proposal has
been accepted or rejected.
Closes #31750.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/irssi.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index 62746e782..ad0e0a4b9 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -18,8 +18,8 @@ class Irssi < Formula    depends_on 'openssl' => :optional    devel do -    url 'http://irssi.org/files/snapshots/irssi-20140530.tar.gz' -    sha1 '6bf61b3c3a384bacfd55c06aa9d4f7e288a30ac8' +    url 'http://irssi.org/files/irssi-0.8.17-rc1.tar.gz' +    sha1 '583870b51062503437590ab52186a4c6b38591d4'    end    # Fix Perl build flags and paths in man page  | 
