python3 3.5.1
Closes Homebrew/homebrew#46787. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
51c92e7fc8
commit
29836fe90e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Python3 < Formula
|
||||
desc "Interpreted, interactive, object-oriented programming language"
|
||||
homepage "https://www.python.org/"
|
||||
url "https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tar.xz"
|
||||
sha256 "d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91"
|
||||
url "https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz"
|
||||
sha256 "c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9"
|
||||
|
||||
bottle do
|
||||
revision 3
|
||||
|
|
Loading…
Reference in a new issue