aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael Mior2013-04-06 16:33:19 -0400
committerAdam Vandenberg2013-04-06 21:17:43 -0700
commit01485dd8f29dd4b6ead64c661393fb49c6942346 (patch)
tree8a981968962cc629e1667ea7987fab326bedff45 /Library/Formula
parent8e34c1d48b8a99ca4193d87e3daf7e88054da153 (diff)
downloadhomebrew-01485dd8f29dd4b6ead64c661393fb49c6942346.tar.bz2
git-crypt 0.3
Closes #19014. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-crypt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-crypt.rb b/Library/Formula/git-crypt.rb
index 737bc6390..6adf183d9 100644
--- a/Library/Formula/git-crypt.rb
+++ b/Library/Formula/git-crypt.rb
@@ -2,8 +2,8 @@ require 'formula'
class GitCrypt < Formula
homepage 'http://www.agwa.name/projects/git-crypt/'
- url 'https://github.com/AGWA/git-crypt/archive/0.2.tar.gz'
- sha1 '683c4b7f520a3ad4c5b56c3fdf8ea6c9d4362f87'
+ url 'https://github.com/AGWA/git-crypt/archive/0.3.tar.gz'
+ sha1 '7ee53e970d8fd085ad23463120b04b4d94a47ef0'
def install
system "make"