minidump-stackwalk: update to 0.16.0

This commit is contained in:
Mehdi Chinoune
2023-04-05 12:33:45 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent d75bd9f832
commit 34c0b3d8ce

View File

@@ -4,7 +4,7 @@ _realname=minidump-stackwalk
_projectname=rust-minidump
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.15.2
pkgver=0.16.0
pkgrel=1
pkgdesc="Provides both machine-readable and human-readable digests of a minidump, with backtraces and symbolication (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-rust"
)
source=("${_realname}-${pkgver}.tar.gz::https://github.com/rust-minidump/rust-minidump/archive/v${pkgver}.tar.gz")
sha256sums=('e5105a0e76421c1b86722762c4e22d333bcc977dd743386d05e0168ce94f9964')
sha256sums=('57a7df96772acb6d309f2ec0eeff700a84fa141c0bf52745245b9a8322b1b4d8')
prepare() {
cp -r "${_projectname}-${pkgver}" "build-${MSYSTEM}"