midnight-commander 4.8.11
This commit is contained in:
parent
4fa314cfa9
commit
f00c3bf586
1 changed files with 3 additions and 4 deletions
|
@ -2,10 +2,9 @@ require 'formula'
|
||||||
|
|
||||||
class MidnightCommander < Formula
|
class MidnightCommander < Formula
|
||||||
homepage 'http://www.midnight-commander.org/'
|
homepage 'http://www.midnight-commander.org/'
|
||||||
url 'http://www.midnight-commander.org/downloads/mc-4.8.10.tar.bz2',
|
url 'http://ftp.midnight-commander.org/mc-4.8.11.tar.xz'
|
||||||
:using => CurlUnsafeDownloadStrategy
|
mirror 'ftp://ftp.osuosl.org/pub/midnightcommander/mc-4.8.11.tar.xz'
|
||||||
mirror 'http://fossies.org/linux/misc/mc-4.8.10.tar.bz2'
|
sha256 '1877ea844f9d71e133b9e03ca3bebcd7b10b9ba5b419b8d268e255816fe1993a'
|
||||||
sha256 '5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a'
|
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on 'glib'
|
depends_on 'glib'
|
||||||
|
|
Loading…
Reference in a new issue