Fix some strict audit warnings
This commit is contained in:
parent
94b683588c
commit
0c840d6281
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'formula'
|
||||
|
||||
class Audiofile <Formula
|
||||
class Audiofile < Formula
|
||||
url 'http://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-0.2.7.tar.gz'
|
||||
homepage 'http://www.68k.org/~michael/audiofile/'
|
||||
md5 'a39be317a7b1971b408805dc5e371862'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'formula'
|
||||
|
||||
class Frink <Formula
|
||||
class Frink < Formula
|
||||
head 'http://futureboy.us/frinkjar/frink.jar'
|
||||
homepage 'http://futureboy.us/frinkdocs/index.html'
|
||||
md5 'dd6b317544234beee0c0039480304759'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'formula'
|
||||
|
||||
class Mpd <Formula
|
||||
class Mpd < Formula
|
||||
url 'http://downloads.sourceforge.net/project/musicpd/mpd/0.16.2/mpd-0.16.2.tar.bz2'
|
||||
homepage 'http://mpd.wikia.com'
|
||||
md5 'dedb75cef8e489f3de5231031876fb77'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'formula'
|
||||
|
||||
class Phpsh <Formula
|
||||
class Phpsh < Formula
|
||||
head 'git://github.com/facebook/phpsh.git'
|
||||
homepage 'http://www.phpsh.org/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue