diff options
Diffstat (limited to 'Library/Formula/git-encrypt.rb')
| -rw-r--r-- | Library/Formula/git-encrypt.rb | 4 |
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' |
