diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-15 09:14:22 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-15 09:14:22 +0000 |
| commit | 264ffd7932e2dc1438d973fdcb299c7f0d2c83fb (patch) | |
| tree | 711262c98ba3ec85b46ad39369df2efe114c8c52 /python/abuild | |
| parent | 17b3343e0e69597ef19ef0636f24f2eff070da8c (diff) | |
| download | alicelinux-264ffd7932e2dc1438d973fdcb299c7f0d2c83fb.tar.gz alicelinux-264ffd7932e2dc1438d973fdcb299c7f0d2c83fb.zip | |
Woodpecker CI 70a0fb81fdec6faafbb0bb34b442663753ff770c [SKIP CI]
Diffstat (limited to 'python/abuild')
| -rw-r--r-- | python/abuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/python/abuild b/python/abuild index f74b5f8b..382b3cf6 100644 --- a/python/abuild +++ b/python/abuild @@ -1,9 +1,8 @@ name=python -version=3.13.3 -release=2 +version=3.13.5 +release=1 source="https://www.$name.org/ftp/$name/$version/Python-$version.tar.xz - musl-pgo-tests.patch - libressl.diff" + musl-pgo-tests.patch" build() { # musl workaround |