pyenv 20141012
Closes Homebrew/homebrew#33116. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6007c40b15
commit
5272b60292
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "formula"
|
|||
class Pyenv < Formula
|
||||
homepage "https://github.com/yyuu/pyenv"
|
||||
head "https://github.com/yyuu/pyenv.git"
|
||||
url "https://github.com/yyuu/pyenv/archive/v20141011.tar.gz"
|
||||
sha1 "953a87c8c716ed613af58a610b4c79f57ee9d742"
|
||||
url "https://github.com/yyuu/pyenv/archive/v20141012.tar.gz"
|
||||
sha1 "dd92b2614a05c5459adeccd9a953cf4211f29372"
|
||||
|
||||
depends_on "autoconf" => [:recommended, :run]
|
||||
depends_on "pkg-config" => [:recommended, :run]
|
||||
|
|
Loading…
Reference in a new issue