Bump version to 2025.05.30

bump-version
Disconnect3d 6 months ago
parent 4474878ea6
commit 97d5ad9076

@ -38,7 +38,7 @@ if [ -n "$missing" ]; then
exit 1
fi
VERSION="2025.05.28"
VERSION="2025.05.30"
TYPE=""
ROOTLESS=false

@ -26,19 +26,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.05.28.x86_64.rpm
dnf install ./pwndbg-2025.05.30.x86_64.rpm
```
DEB-based Systems (Debian/Ubuntu/Kali):
```{.bash .copy}
apt install ./pwndbg_2025.05.28_amd64.deb
apt install ./pwndbg_2025.05.30_amd64.deb
```
Alpine:
```{.bash .copy}
apk add --allow-untrusted ./pwndbg_2025.05.28_x86_64.apk
apk add --allow-untrusted ./pwndbg_2025.05.30_x86_64.apk
```
Arch Linux:
```{.bash .copy}
pacman -U ./pwndbg-2025.05.28-1-x86_64.pkg.tar.zst
pacman -U ./pwndbg-2025.05.30-1-x86_64.pkg.tar.zst
```
## Installing pwndbg-lldb

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

@ -1,6 +1,6 @@
[project]
name = "pwndbg"
version = "2025.05.28"
version = "2025.05.30"
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"

@ -1236,7 +1236,7 @@ wheels = [
[[package]]
name = "pwndbg"
version = "2025.5.28"
version = "2025.5.30"
source = { editable = "." }
dependencies = [
{ name = "capstone" },

Loading…
Cancel
Save