crash: update to 9.0.0.
This commit is contained in:
parent
a27d581dc5
commit
3a80f18942
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'crash'
|
||||
pkgname=crash
|
||||
version=8.0.6
|
||||
version=9.0.0
|
||||
revision=1
|
||||
archs="i686 x86_64" # broken on musl
|
||||
build_style=gnu-makefile
|
||||
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"
|
||||
short_desc="Kernel crash dump debugger and live inspector"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -13,7 +14,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://crash-utility.github.io/"
|
||||
changelog="https://crash-utility.github.io/crash.changelog.html"
|
||||
distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz"
|
||||
checksum=fb918ade7faf9b1f76c7bd371a2aebf639bf10197134d3ba776e13a1867104fb
|
||||
checksum=86ccd8f78145b414e40e006bafe678f020360c174f2b771111754576f1427877
|
||||
nocross=yes
|
||||
disable_parallel_build=yes
|
||||
LDFLAGS="-llzo2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue