File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
class PythonAT38 < Formula
2
2
desc "Interpreted, interactive, object-oriented programming language"
3
3
homepage "https://www.python.org/"
4
- url "https://www.python.org/ftp/python/3.8.10 /Python-3.8.10 .tar.xz"
5
- sha256 "6af24a66093dd840bcccf371d4044a3027e655cf24591ce26e48022bc79219d9 "
4
+ url "https://www.python.org/ftp/python/3.8.11 /Python-3.8.11 .tar.xz"
5
+ sha256 "fb1a1114ebfe9e97199603c6083e20b236a0e007a2c51f29283ffb50c1420fb2 "
6
6
license "Python-2.0"
7
- revision 1
8
7
9
8
livecheck do
10
9
url "https://www.python.org/ftp/python/"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Python Version | Latest revision
8
8
---------------|----------------
9
9
Python 3.6 | 3.6.13
10
10
Python 3.7 | 3.7.11
11
- Python 3.8 | 3.8.10
11
+ Python 3.8 | 3.8.11
12
12
13
13
## Installing formulae
14
14
You can’t perform that action at this time.
0 commit comments