From 21c4800eb87fae50119da498d46a3a6af7cc1a54 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 26 Mar 2025 00:28:03 -0400 Subject: [PATCH] update to 12.3: python --- lfs/{python-3.12.5.PKGBUILD => python-3.13.2.PKGBUILD} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename lfs/{python-3.12.5.PKGBUILD => python-3.13.2.PKGBUILD} (93%) diff --git a/lfs/python-3.12.5.PKGBUILD b/lfs/python-3.13.2.PKGBUILD similarity index 93% rename from lfs/python-3.12.5.PKGBUILD rename to lfs/python-3.13.2.PKGBUILD index 5ae2ae1..865c223 100644 --- a/lfs/python-3.12.5.PKGBUILD +++ b/lfs/python-3.13.2.PKGBUILD @@ -1,5 +1,5 @@ pkgname=python -pkgver=3.12.5 +pkgver=3.13.2 pkgdesc="The Python programming language" license=('PSF-2.0') homepage="https://www.python.org/" @@ -9,8 +9,8 @@ sources=("Python-${pkgver}.tar.xz" urls=("https://www.python.org/ftp/${pkgname}/${pkgver}/${sources[0]}" "https://www.python.org/ftp/${pkgname}/doc/${pkgver}/${sources[1]}" ) -md5sums=("02c7d269e077f4034963bba6befdc715" - "52274d813236ca4a972fb6988480dc56" +md5sums=("4c2d9202ab4db02c9d0999b14655dfe5" + "d6aede88f480a018d26b3206f21654ae" ) src_prepare() {