diff options
| author | Alexis Hildebrandt | 2014-07-01 10:59:27 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-01 14:33:31 +0100 |
| commit | 433f81b0c315880cec0ec26719a82152d8727d8b (patch) | |
| tree | 580b378f31f108c3a14af68b5a49e76e8a649874 /Library | |
| parent | 06bb565c0c90bfc34c8b9fb958806e3304a7320b (diff) | |
| download | homebrew-433f81b0c315880cec0ec26719a82152d8727d8b.tar.bz2 | |
pass 1.6.3
update formula and update homepage url
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pass.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb index c4a741670..92b63527a 100644 --- a/Library/Formula/pass.rb +++ b/Library/Formula/pass.rb @@ -1,9 +1,9 @@ require 'formula' class Pass < Formula - homepage 'http://zx2c4.com/projects/password-store' - url 'http://git.zx2c4.com/password-store/snapshot/password-store-1.6.2.tar.xz' - sha256 '526c4a362f6b21ffbaa48fe9eed92f7c0af0be210f56160938fb1661a6f162b4' + homepage 'http://www.passwordstore.org/' + url 'http://git.zx2c4.com/password-store/snapshot/password-store-1.6.3.tar.xz' + sha256 'd419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f7' bottle do cellar :any |
