aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Sakun2013-08-12 18:27:32 +0300
committerAdam Vandenberg2013-08-12 22:23:05 -0700
commitecbb9994ba7e95e96172e15cc6e9c035c6b69646 (patch)
tree892c7f15828420ca8c49665b2b65fca4e13bcd20
parent8cb0da81983b5a902e05a74b506b2487339bcbb2 (diff)
downloadhomebrew-ecbb9994ba7e95e96172e15cc6e9c035c6b69646.tar.bz2
midnight-commander-4.8.10
Closes #21844. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/midnight-commander.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/midnight-commander.rb b/Library/Formula/midnight-commander.rb
index 93489e635..57520f26f 100644
--- a/Library/Formula/midnight-commander.rb
+++ b/Library/Formula/midnight-commander.rb
@@ -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'