Skip to content

Commit 39483a8

Browse files
committed
Bump patchelf from 0.13.1 -> 0.17.2
1 parent 14821db commit 39483a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cpython-unix/build-patchelf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PATH=/tools/${TOOLCHAIN}/bin:/tools/host/bin:$PATH
1111

1212
tar -xf patchelf-${PATCHELF_VERSION}.tar.bz2
1313

14-
pushd patchelf-0.13.1.20211127.72b6d44
14+
pushd patchelf-${PATCHELF_VERSION}
1515

1616
CC="${HOST_CC}" CXX="${HOST_CXX}" CFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" \
1717
./configure \

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@
265265
"version": "2.11.06",
266266
},
267267
"patchelf": {
268-
"url": "https://github.com/NixOS/patchelf/releases/download/0.13.1/patchelf-0.13.1.tar.bz2",
269-
"size": 173598,
270-
"sha256": "39e8aeccd7495d54df094d2b4a7c08010ff7777036faaf24f28e07777d1598e2",
271-
"version": "0.13.1",
268+
"url": "https://github.com/NixOS/patchelf/releases/download/0.17.2/patchelf-0.17.2.tar.bz2",
269+
"size": 203060,
270+
"sha256": "bae2ea376072e422c196218dd9bdef0548ccc08da4de9f36b4672df84ea2d8e2",
271+
"version": "0.17.2",
272272
},
273273
"pip": {
274274
"url": "https://files.pythonhosted.org/packages/e7/54/0c1c068542cee73d8863336e974fc881e608d0170f3af15d0c0f28644531/pip-24.1.2-py3-none-any.whl",

0 commit comments

Comments
 (0)