Fix fish formula due to bad cherry-pick -- sorry :(
This commit is contained in:
parent
61b2307139
commit
a6f3dc0fc2
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Fish <Formula
|
||||
url='http://downloads.sourceforge.net/project/fish/fish/1.23.1/fish-1.23.1.tar.bz2'
|
||||
homepage='http://fishshell.org/'
|
||||
md5='ead6b7c6cdb21f35a3d4aa1d5fa596f1'
|
||||
url 'http://downloads.sourceforge.net/project/fish/fish/1.23.1/fish-1.23.1.tar.bz2'
|
||||
homepage 'http://fishshell.org/'
|
||||
md5 'ead6b7c6cdb21f35a3d4aa1d5fa596f1'
|
||||
|
||||
depends_on 'readline'
|
||||
|
||||
|
|
Loading…
Reference in a new issue