pyenv 1.2.15
fix Closes #46274. Signed-off-by: Caleb Xu <calebcenter@live.com>
This commit is contained in:
parent
3925941dfe
commit
82f8245c29
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
class Pyenv < Formula
|
||||
desc "Python version management"
|
||||
homepage "https://github.com/pyenv/pyenv"
|
||||
url "https://github.com/pyenv/pyenv/archive/v1.2.14.tar.gz"
|
||||
sha256 "3062c104b200d8c572d185b54e73a94bf66d5d46cc789717c372d2941c314a93"
|
||||
revision 1
|
||||
url "https://github.com/pyenv/pyenv/archive/v1.2.15.tar.gz"
|
||||
sha256 "115c30021410a3d3764b5413fdfc06db1efdcef88fb3b65867bea1765eea3505"
|
||||
version_scheme 1
|
||||
head "https://github.com/pyenv/pyenv.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue