mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
gdb: update to 13.2.
This commit is contained in:
parent
d0000f9fc7
commit
f0671d6e98
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=13.1
|
version=13.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="/usr/share/gdb/python"
|
pycompile_dirs="/usr/share/gdb/python"
|
||||||
|
@ -21,7 +21,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/gdb"
|
homepage="https://www.gnu.org/software/gdb"
|
||||||
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
||||||
checksum=115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
|
checksum=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
|
||||||
make_check=extended # Tests take too long, not all of them pass.
|
make_check=extended # Tests take too long, not all of them pass.
|
||||||
|
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue