bump 2025.10.20

pull/3369/head^2 2025.10.20
Patryk Sondej 2 months ago
parent 4008901e66
commit 0af61b512c

@ -25,19 +25,19 @@ When installing with GDB, you may also download a package to install through you
RPM-based Systems (CentOS/Alma/Rocky/RHEL):
```{.bash .copy}
dnf install ./pwndbg-2025.10.10.x86_64.rpm
dnf install ./pwndbg-2025.10.20.x86_64.rpm
```
DEB-based Systems (Debian/Ubuntu/Kali):
```{.bash .copy}
apt install ./pwndbg_2025.10.10_amd64.deb
apt install ./pwndbg_2025.10.20_amd64.deb
```
Alpine:
```{.bash .copy}
apk add --allow-untrusted ./pwndbg_2025.10.10_x86_64.apk
apk add --allow-untrusted ./pwndbg_2025.10.20_x86_64.apk
```
Arch Linux:
```{.bash .copy}
pacman -U ./pwndbg-2025.10.10-1-x86_64.pkg.tar.zst
pacman -U ./pwndbg-2025.10.20-1-x86_64.pkg.tar.zst
```
### Distro packages
You may want to install Pwndbg through your distribution's package manager. This installation method is **not officially supported** because we cannot control the versions of the python dependencies Pwndbg uses in this case. Please use any other installation method when reproducing bug reports (portable package is probably simplest in this case). If a bug reproduces with a distro package but not with any of the supported installation methods, please report it to the package maintainer; if the problem cannot be fixed, let us know and we will add it to a list of known issues below.

@ -27,7 +27,7 @@ def build_id() -> str:
return ""
__version__ = "2025.10.10"
__version__ = "2025.10.20"
b_id = build_id()

@ -1,6 +1,6 @@
[project]
name = "pwndbg"
version = "2025.10.10"
version = "2025.10.20"
description = "Exploit Development and Reverse Engineering with GDB Made Easy"
authors = [{ name = "Dominik 'disconnect3d' Czarnota", email = "dominik.b.czarnota+dc@gmail.com" }]
requires-python = ">=3.10, <4"

@ -1375,7 +1375,7 @@ wheels = [
[[package]]
name = "pwndbg"
version = "2025.10.10"
version = "2025.10.20"
source = { editable = "." }
dependencies = [
{ name = "capstone" },

Loading…
Cancel
Save