crash: update to 8.0.0.
This commit is contained in:
parent
7b4cc73097
commit
f85b963ef4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'crash'
|
||||
pkgname=crash
|
||||
version=7.3.0
|
||||
revision=2
|
||||
version=8.0.0
|
||||
revision=1
|
||||
archs="i686 x86_64" # broken on musl
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="flex tar wget"
|
||||
hostmakedepends="flex tar wget texinfo"
|
||||
makedepends="lzo-devel ncurses-devel zlib-devel"
|
||||
depends="binutils"
|
||||
short_desc="Kernel crash dump debugger and live inspector"
|
||||
|
@ -13,7 +13,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=98d4367ae0ea7d2eda547357a839f7bddee517b588b281574d58a15a418af5b9
|
||||
checksum=caab49b7b6d442f60c41360e0ec80cf852dc64e89303b41d704d7661cef43e68
|
||||
nocross=yes
|
||||
LDFLAGS=-llzo2
|
||||
|
||||
|
|
Loading…
Reference in a new issue