crash: update to 9.0.0.

This commit is contained in:
Leah Neukirchen 2025-04-25 18:42:19 +02:00
parent a27d581dc5
commit 3a80f18942

View file

@ -1,11 +1,12 @@
# Template file for 'crash' # Template file for 'crash'
pkgname=crash pkgname=crash
version=8.0.6 version=9.0.0
revision=1 revision=1
archs="i686 x86_64" # broken on musl archs="i686 x86_64" # broken on musl
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="flex tar wget texinfo" hostmakedepends="flex tar wget texinfo"
makedepends="lzo-devel ncurses-devel zlib-devel readline-devel" makedepends="gmp-devel lzo-devel mpfr-devel ncurses-devel readline-devel
zlib-devel"
depends="binutils" depends="binutils"
short_desc="Kernel crash dump debugger and live inspector" short_desc="Kernel crash dump debugger and live inspector"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
@ -13,7 +14,7 @@ license="GPL-3.0-or-later"
homepage="https://crash-utility.github.io/" homepage="https://crash-utility.github.io/"
changelog="https://crash-utility.github.io/crash.changelog.html" changelog="https://crash-utility.github.io/crash.changelog.html"
distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz" distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz"
checksum=fb918ade7faf9b1f76c7bd371a2aebf639bf10197134d3ba776e13a1867104fb checksum=86ccd8f78145b414e40e006bafe678f020360c174f2b771111754576f1427877
nocross=yes nocross=yes
disable_parallel_build=yes disable_parallel_build=yes
LDFLAGS="-llzo2" LDFLAGS="-llzo2"