aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas2013-07-21 21:30:10 +0200
committerJack Nagel2013-07-24 20:10:32 -0500
commit40e2d48c4abab7672e465672f9b4829ce6647f46 (patch)
treed7bacdf0b9e9a1aca0f6ecd57211bd1132f5246b
parent0f63342f1992eee18c0e920e12054da01a95219a (diff)
downloadhomebrew-40e2d48c4abab7672e465672f9b4829ce6647f46.tar.bz2
git-encrypt 0.3.1
Closes #21371. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/git-encrypt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-encrypt.rb b/Library/Formula/git-encrypt.rb
index 474a092a7..3db4bad5a 100644
--- a/Library/Formula/git-encrypt.rb
+++ b/Library/Formula/git-encrypt.rb
@@ -2,8 +2,8 @@ require 'formula'
class GitEncrypt < Formula
homepage 'https://github.com/shadowhand/git-encrypt'
- url 'https://github.com/shadowhand/git-encrypt/archive/0.3.0.tar.gz'
- sha1 '24ce80398c003c082a21402eddf9e73387b6f885'
+ url 'https://github.com/shadowhand/git-encrypt/archive/0.3.1.tar.gz'
+ sha1 '2a9a0bff06c0ac1a95961cbf61c3efa1c926a294'
head 'https://github.com/shadowhand/git-encrypt.git', :branch => 'master'