diff options
| author | Jonas Pfenniger | 2013-06-16 13:44:22 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-18 07:44:52 -0700 |
| commit | b3a083e08f7319b76c40c76bf2db01192b7f778b (patch) | |
| tree | 67b1dd3a69c313ff6073ba7eccfaf24534fc8caa /Library | |
| parent | 8b9d6d15ce15ceff2a23613f9c9b91eaff5100c2 (diff) | |
| download | homebrew-b3a083e08f7319b76c40c76bf2db01192b7f778b.tar.bz2 | |
direnv 2.0.0
Closes #20540.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/direnv.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index b0032049b..93073244e 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -2,11 +2,13 @@ require 'formula' class Direnv < Formula homepage 'http://www.direnv.net' - url 'https://github.com/zimbatm/direnv/archive/v0.1.154.tar.gz' - sha1 '86a87d7d3c193666ffde47b1fe52dfb2847786ff' + url 'https://github.com/zimbatm/direnv/archive/v2.0.0.tar.gz' + sha1 '0f55ebfba273c81398a787f50c9c37ec463534a6' head 'https://github.com/zimbatm/direnv.git' + depends_on "go" => :build + def install system "make", "install", "DESTDIR=#{prefix}" end |
