diff options
| author | Adam Vandenberg | 2013-03-04 20:54:26 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-04 20:54:44 -0800 |
| commit | ed3c98e9c5a5b304ed25254e6edfcf34bc9e06cf (patch) | |
| tree | eda5b55bd9f28ac5a8005e3f9ae049ad5545d018 /Library/Formula/pass.rb | |
| parent | 0a152e6c69cfebc2d375253f5cf297eddb2947a4 (diff) | |
| download | homebrew-ed3c98e9c5a5b304ed25254e6edfcf34bc9e06cf.tar.bz2 | |
pass: silent version update
Closes #18218.
Diffstat (limited to 'Library/Formula/pass.rb')
| -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 07d87bdb1..83c896fbc 100644 --- a/Library/Formula/pass.rb +++ b/Library/Formula/pass.rb @@ -3,7 +3,8 @@ require 'formula' class Pass < Formula homepage 'http://zx2c4.com/projects/password-store' url 'http://git.zx2c4.com/password-store/snapshot/password-store-1.4.2.tar.xz' - sha256 'ac5261b176e2be60b44c5c785dc5770a3e0f459bc6dbc42136679d68d3986e04' + sha256 'a10a8016a3d6bb32891a9a4086ac0a049587db1a55c1ac3b431c66189bc1a302' + head 'http://git.zx2c4.com/password-store', :using => :git depends_on 'xz' => :build @@ -19,5 +20,4 @@ class Pass < Formula def test system "#{bin}/pass", "--version" end - end |
