Skip to content

Commit 569c309

Browse files
authored
python36: bump to release 3.6.0
1 parent d6a878d commit 569c309

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

python36.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
class Python36 < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
homepage "https://www.python.org/"
4+
url "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz"
5+
sha256 "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
46

57
head "https://hg.python.org/cpython", :using => :hg
6-
7-
devel do
8-
url "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b1.tar.xz"
9-
sha256 "a83b094a8abf8a1fba7c548a5e8dd0aabe87a87a6ebd87c97f4a5a2527a74d42"
10-
end
11-
8+
129
option :universal
1310
option "with-tcl-tk", "Use Homebrew's Tk instead of OS X Tk (has optional Cocoa and threads support)"
1411
option "with-quicktest", "Run `make quicktest` after the build"

0 commit comments

Comments
 (0)