diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pass.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb index 1b644f22d..b9bd812a5 100644 --- a/Library/Formula/pass.rb +++ b/Library/Formula/pass.rb @@ -2,8 +2,8 @@ require 'formula' class Pass < Formula homepage 'http://zx2c4.com/projects/password-store' - url 'http://git.zx2c4.com/password-store/snapshot/password-store-1.2.tar.xz' - sha256 '09b5ca5250be8137d4153b4c38659cedd33e2eeec832751a93add2c3ec434903' + url 'http://git.zx2c4.com/password-store/snapshot/password-store-1.2.1.tar.xz' + sha256 'e75c49db92288cb41913905f9cdfbae6cfb8db09f9d5537242ca436c811042fa' head 'http://git.zx2c4.com/password-store', :using => :git depends_on 'xz' => :build |
