From 25117792363d3309d5008cc6dadf495145191b71 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 6 Apr 2025 19:46:37 +0200 Subject: [PATCH] python3-pwntools: update to 4.14.1. --- srcpkgs/python3-pwntools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pwntools/template b/srcpkgs/python3-pwntools/template index 6801b70ad61..7b99b91bbff 100644 --- a/srcpkgs/python3-pwntools/template +++ b/srcpkgs/python3-pwntools/template @@ -1,6 +1,6 @@ # Template file for 'python3-pwntools' pkgname=python3-pwntools -version=4.14.0 +version=4.14.1 revision=1 build_style=python3-module make_install_args="--only-use-pwn-command" @@ -10,13 +10,13 @@ depends="capstone-python3 python3 python3-Mako python3-Pygments python3-dateutil python3-intervaltree python3-packaging python3-paramiko python3-psutil python3-pyelftools python3-pyserial python3-pysocks python3-requests python3-ropgadget python3-sortedcontainers - python3-colored-traceback" + python3-colored-traceback python3-zstandard" short_desc="CTF framework and exploit development library" maintainer="Leah Neukirchen " license="MIT, BSD-2-Clause" homepage="https://github.com/Gallopsled/pwntools" distfiles="${PYPI_SITE}/p/pwntools/pwntools-${version}.tar.gz" -checksum=83b3247de083dffafac3bf40f4d1455732f16e25ce3105fd09b55ac0f0d12e83 +checksum=60f04976d1722120d18b9d50553408a024664b5cf888f36f258afca4bf035cac post_install() { rm -f ${DESTDIR}/usr/lib/python*/site-packages/*.md