aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJason A. Donenfeld2012-10-18 16:49:05 +0200
committerAdam Vandenberg2012-10-18 10:08:02 -0700
commit8e0d6a8f05f47077c06addf490d406efe1f3bf2a (patch)
treee92384173aa5f959f55ffdf369abbcd546c749e7 /Library/Formula
parentf30644f78cd3857cc50af4ee75a7dd344ef784bb (diff)
downloadhomebrew-8e0d6a8f05f47077c06addf490d406efe1f3bf2a.tar.bz2
pass 1.4.2
Closes #15531. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pass.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb
index 335b7ed41..07d87bdb1 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.4.tar.xz'
- sha256 '2e94b0078abdf4673f3c22bde048776a3c12776b1bc98c22e8fb6e684b0b4a9e'
+ url 'http://git.zx2c4.com/password-store/snapshot/password-store-1.4.2.tar.xz'
+ sha256 'ac5261b176e2be60b44c5c785dc5770a3e0f459bc6dbc42136679d68d3986e04'
head 'http://git.zx2c4.com/password-store', :using => :git
depends_on 'xz' => :build
@@ -13,7 +13,6 @@ class Pass < Formula
depends_on 'gnupg2'
def install
- inreplace "contrib/pass.bash-completion", "gpg ", "gpg2 "
system "make DESTDIR=#{prefix} PREFIX=/ install"
end