minidump-stackwalk: update to 0.24.0

This commit is contained in:
Maksim Bondarenkov 2025-01-04 16:33:28 +07:00 committed by GitHub
parent a4b0de4a30
commit c7645d9243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ _realname=minidump-stackwalk
_projectname=rust-minidump
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.23.0
pkgver=0.24.0
pkgrel=1
pkgdesc="Provides both machine-readable and human-readable digests of a minidump, with backtraces and symbolication (mingw-w64)"
arch=('any')
@ -17,7 +17,7 @@ msys2_references=(
license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('1646fea54f15451a1fb3c75c87e4c6a663f2c8316a6bc4ace33ff8df18f3ccd6')
sha256sums=('cd342fc498c7027215874f4fdf3f2401b9568def982b5e6c7652333bcf1fa1cd')
prepare() {
cp -r "${_projectname}-${pkgver}" "build-${MSYSTEM}" && cd "build-${MSYSTEM}"