aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aespipe.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-26 14:01:15 -0800
committerAdam Vandenberg2013-01-26 14:01:15 -0800
commitb949aa5d3370a7ff64b9825b8b75c4cfbf03584a (patch)
tree18cce030c8746f97e6f15567515ea456bfcdcd9d /Library/Formula/aespipe.rb
parent15acc505373db2fbdf757332e8efc226170bd076 (diff)
downloadhomebrew-b949aa5d3370a7ff64b9825b8b75c4cfbf03584a.tar.bz2
style nits
Diffstat (limited to 'Library/Formula/aespipe.rb')
-rw-r--r--Library/Formula/aespipe.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/aespipe.rb b/Library/Formula/aespipe.rb
index 62ac29338..55ede77e7 100644
--- a/Library/Formula/aespipe.rb
+++ b/Library/Formula/aespipe.rb
@@ -1,10 +1,9 @@
require 'formula'
class Aespipe < Formula
- url 'http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4c.tar.bz2'
homepage 'http://loop-aes.sourceforge.net/'
+ url 'http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4c.tar.bz2'
sha1 '198cc0bc1168a7a150de4b7308be096c903b0d90'
- version '2.4'
def install
system "./configure", "--prefix=#{prefix}"