direnv 2.0.0

Closes Homebrew/homebrew#20540.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jonas Pfenniger 2013-06-16 13:44:22 +01:00 committed by Adam Vandenberg
parent 7a229a8278
commit 23953b3680

View file

@ -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