Skip to content

Commit 02bdd92

Browse files
committed
python@3.8: 3.8.11
Closes #131. Signed-off-by: Aleks Bunin <868842+sashkab@users.noreply.github.com>
1 parent 03a0c25 commit 02bdd92

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Formula/python@3.8.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class PythonAT38 < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
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"
66
license "Python-2.0"
7-
revision 1
87

98
livecheck do
109
url "https://www.python.org/ftp/python/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python Version | Latest revision
88
---------------|----------------
99
Python 3.6 | 3.6.13
1010
Python 3.7 | 3.7.11
11-
Python 3.8 | 3.8.10
11+
Python 3.8 | 3.8.11
1212

1313
## Installing formulae
1414

0 commit comments

Comments
 (0)