mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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'
|
# Template file for 'crash'
|
||||||
pkgname=crash
|
pkgname=crash
|
||||||
version=7.3.0
|
version=8.0.0
|
||||||
revision=2
|
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"
|
hostmakedepends="flex tar wget texinfo"
|
||||||
makedepends="lzo-devel ncurses-devel zlib-devel"
|
makedepends="lzo-devel ncurses-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"
|
||||||
|
@ -13,7 +13,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=98d4367ae0ea7d2eda547357a839f7bddee517b588b281574d58a15a418af5b9
|
checksum=caab49b7b6d442f60c41360e0ec80cf852dc64e89303b41d704d7661cef43e68
|
||||||
nocross=yes
|
nocross=yes
|
||||||
LDFLAGS=-llzo2
|
LDFLAGS=-llzo2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue