Skip to content

Commit 5d4d248

Browse files
committed
update patchelf 0.13.1 -> 0.14.5
1 parent a21e242 commit 5d4d248

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -273,10 +273,10 @@
273273
"version": "2.16.03",
274274
},
275275
"patchelf": {
276-
"url": "https://github.com/NixOS/patchelf/releases/download/0.13.1/patchelf-0.13.1.tar.bz2",
277-
"size": 173598,
278-
"sha256": "39e8aeccd7495d54df094d2b4a7c08010ff7777036faaf24f28e07777d1598e2",
279-
"version": "0.13.1",
276+
"url": "https://github.com/NixOS/patchelf/releases/download/0.14.5/patchelf-0.14.5.tar.bz2",
277+
"size": 181957,
278+
"sha256": "b9a46f2989322eb89fa4f6237e20836c57b455aa43a32545ea093b431d982f5c",
279+
"version": "0.14.5",
280280
},
281281
"pip": {
282282
"url": "https://files.pythonhosted.org/packages/70/7a/be4bd8bcbb24ea475856dd68159d78b03b2bb53dae369f69c9606b8888f5/pip-26.1-py3-none-any.whl",

0 commit comments

Comments
 (0)