aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/direnv.rb6
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