midnight-commander-4.8.10

Closes Homebrew/homebrew#21844.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Pavel Sakun 2013-08-12 18:27:32 +03:00 committed by Adam Vandenberg
parent c7a7c06e1e
commit da1a6d98b2
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ require 'formula'
class MidnightCommander < Formula
homepage 'http://www.midnight-commander.org/'
url 'http://www.midnight-commander.org/downloads/mc-4.8.9.tar.bz2',
url 'http://www.midnight-commander.org/downloads/mc-4.8.10.tar.bz2',
:using => CurlUnsafeDownloadStrategy
mirror 'http://fossies.org/linux/misc/mc-4.8.9.tar.bz2'
sha256 '7e184cf5ed3ff8b93fcbfff16608c1444920f523beda2fcc586878d619ea11da'
mirror 'http://fossies.org/linux/misc/mc-4.8.10.tar.bz2'
sha256 '5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a'
depends_on 'pkg-config' => :build
depends_on 'glib'