Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
crash


Commits:
085f0033 by Anatol Pomozov at 2024-03-06T10:12:02-08:00
upgpkg: 8.0.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = crash
+       pkgdesc = Linux kernel crashdump analysis tool
+       pkgver = 8.0.4
+       pkgrel = 1
+       url = https://crash-utility.github.io/
+       arch = x86_64
+       license = GPL
+       makedepends = wget
+       depends = xz
+       depends = ncurses
+       depends = zlib
+       depends = libelf
+       depends = guile
+       depends = mpfr
+       optdepends = binutils: offline vmcore loading functionality
+       source = 
crash-8.0.4.tar.gz::https://github.com/crash-utility/crash/archive/refs/tags/8.0.4.tar.gz
+       sha256sums = 
94df600c183301013787cd47112044e358fb37bb8e2b5544f40377dda98ee78f
+
+pkgname = crash


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Mathieu Pasquet <mathi...@mathieui.net>
 
 pkgname=crash
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='https://crash-utility.github.io/'
@@ -14,7 +14,7 @@ depends=(xz ncurses zlib libelf guile mpfr)
 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=('22750c927286296e574991edfa9e7bf43bfe4bf9f1163615f08b210854bcb2bd')
+sha256sums=('94df600c183301013787cd47112044e358fb37bb8e2b5544f40377dda98ee78f')
 
 build() {
   cd crash-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crash/-/commit/085f0033954d5fb11d59cf1a1ab79c329729607b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crash/-/commit/085f0033954d5fb11d59cf1a1ab79c329729607b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to