Date: Saturday, May 6, 2023 @ 04:08:56 Author: anatolik Revision: 1458945
upgpkg: crash 8.0.3-1 Modified: crash/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-06 01:09:18 UTC (rev 1458944) +++ PKGBUILD 2023-05-06 04:08:56 UTC (rev 1458945) @@ -4,7 +4,7 @@ # Contributor: Mathieu Pasquet <[email protected]> pkgname=crash -pkgver=8.0.2 +pkgver=8.0.3 pkgrel=1 pkgdesc='Linux kernel crashdump analysis tool' url='https://crash-utility.github.io/' @@ -14,7 +14,7 @@ makedepends=(wget) optdepends=('binutils: offline vmcore loading functionality') source=(crash-$pkgver.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/$pkgver.tar.gz) -sha256sums=('a2071e677476c31428b2820aa0d1d9413cb455e84850f1210a8b55c3733e9815') +sha256sums=('22750c927286296e574991edfa9e7bf43bfe4bf9f1163615f08b210854bcb2bd') build() { cd crash-$pkgver
