From 81f4d5559ea02f2796e15ccd91d4cc59a914e278 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sun, 16 Nov 2014 19:49:32 -0800 Subject: git-crypt 0.4 Closes #34247. Signed-off-by: Mike McQuaid --- Library/Formula/git-crypt.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Library/Formula/git-crypt.rb') diff --git a/Library/Formula/git-crypt.rb b/Library/Formula/git-crypt.rb index e674c2c82..94115e3d8 100644 --- a/Library/Formula/git-crypt.rb +++ b/Library/Formula/git-crypt.rb @@ -1,9 +1,11 @@ require 'formula' class GitCrypt < Formula - homepage 'http://www.agwa.name/projects/git-crypt/' - url 'https://github.com/AGWA/git-crypt/archive/0.3.tar.gz' - sha1 '7ee53e970d8fd085ad23463120b04b4d94a47ef0' + homepage 'https://www.agwa.name/projects/git-crypt/' + url 'https://www.agwa.name/projects/git-crypt/downloads/git-crypt-0.4.tar.gz' + sha1 '18cffadc905d69e221e6f2d4ec92b013413596f3' + + depends_on "openssl" def install system "make" @@ -11,6 +13,6 @@ class GitCrypt < Formula end test do - system "#{bin}/git-crypt" + system "#{bin}/git-crypt", "keygen", "keyfile" end end -- cgit v1.2.3