aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mkcue.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:14:40 -0800
committerAdam Vandenberg2013-01-28 21:40:31 -0800
commit93a7d349b13c0c0db8371ea345eb594537138fa8 (patch)
tree6da1262e07f1b708e01c21363287d36896f8daff /Library/Formula/mkcue.rb
parentf482d968066665075a573a9cc0b2074a8710e6fd (diff)
downloadhomebrew-93a7d349b13c0c0db8371ea345eb594537138fa8.tar.bz2
mkcue: style nits
Diffstat (limited to 'Library/Formula/mkcue.rb')
-rw-r--r--Library/Formula/mkcue.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mkcue.rb b/Library/Formula/mkcue.rb
index 0140d0018..8c85219c2 100644
--- a/Library/Formula/mkcue.rb
+++ b/Library/Formula/mkcue.rb
@@ -1,10 +1,10 @@
require 'formula'
class Mkcue < Formula
- url 'http://ftp.de.debian.org/debian/pool/main/m/mkcue/mkcue_1.orig.tar.gz'
homepage 'http://packages.debian.org/source/stable/mkcue'
- sha1 'd9a69718ba3d862b589588bdf61796f755200f9d'
+ url 'http://ftp.de.debian.org/debian/pool/main/m/mkcue/mkcue_1.orig.tar.gz'
version '1'
+ sha1 'd9a69718ba3d862b589588bdf61796f755200f9d'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",