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 Homebrew/homebrew#31750. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
16ab0ad559
commit
321464ef39
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue