From 7dfaf3f211bd1b61939af72cfccc6f505f3a65d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sun, 13 Apr 2014 12:57:19 +0100 Subject: pass: add 1.5 bottle. Closes #28370. Signed-off-by: Mike McQuaid --- Library/Formula/pass.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3