aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aescrypt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/aescrypt.rb')
-rw-r--r--Library/Formula/aescrypt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/aescrypt.rb b/Library/Formula/aescrypt.rb
index 266bf3c02..b08fa5f5f 100644
--- a/Library/Formula/aescrypt.rb
+++ b/Library/Formula/aescrypt.rb
@@ -1,13 +1,13 @@
require 'formula'
class Aescrypt < Formula
- url 'http://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz'
homepage 'http://aescrypt.sourceforge.net/'
+ url 'http://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz'
md5 'cbec5d7f00a289944397a8079c1d3c6c'
def install
system "./configure"
system "make"
- bin.install ['aescrypt', 'aesget']
+ bin.install 'aescrypt', 'aesget'
end
end