jenv 0.4.3
Closes Homebrew/homebrew#40473. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
483d923bf3
commit
50a1202614
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "formula"
|
|||
class Jenv < Formula
|
||||
desc "Manage your Java environment"
|
||||
homepage "http://www.jenv.be"
|
||||
url "https://github.com/gcuisinier/jenv/archive/0.4.2.tar.gz"
|
||||
sha1 "4cb3c705cd11ff5c0281119d984e7b270b4b4129"
|
||||
url "https://github.com/gcuisinier/jenv/archive/0.4.3.tar.gz"
|
||||
sha256 "aa8e5f9da2e89f3c28550bdcc49746b29b14a82ee0b06025dda4a859aa26b69b"
|
||||
head "https://github.com/gcuisinier/jenv.git"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue