diff options
| author | BrewTestBot | 2014-04-13 12:57:19 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-13 13:24:09 +0100 |
| commit | 7dfaf3f211bd1b61939af72cfccc6f505f3a65d2 (patch) | |
| tree | 631dd6fed7a5e5f6bb54d24b85805b009785fe50 | |
| parent | ac127e0a8be8627d73668114680e103d8721f230 (diff) | |
| download | homebrew-7dfaf3f211bd1b61939af72cfccc6f505f3a65d2.tar.bz2 | |
pass: add 1.5 bottle.
Closes #28370.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/pass.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb index fd7968bd7..5553247f9 100644 --- a/Library/Formula/pass.rb +++ b/Library/Formula/pass.rb @@ -5,6 +5,13 @@ class Pass < Formula url 'http://git.zx2c4.com/password-store/snapshot/password-store-1.5.tar.xz' sha256 '6d3f327b039bb64157662d3d11af5ecebd3774b886ad6e52a684654d9914a8f3' + bottle do + cellar :any + sha1 "3a1324080921276695ec14b88a6e8eef9f56d9de" => :mavericks + sha1 "aa91ce2e9c6ff7a0aea9b9b661f5879147c49491" => :mountain_lion + sha1 "8d04739353034e7722aa90dcc14f790e3c25c2a3" => :lion + end + head 'http://git.zx2c4.com/password-store', :using => :git depends_on 'pwgen' |
