minidump-stackwalk: update to 0.15.2

This commit is contained in:
Mehdi Chinoune
2022-12-09 19:54:27 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 54366b1bc4
commit c96fcb484b

View File

@@ -4,7 +4,7 @@ _realname=minidump-stackwalk
_projectname=rust-minidump
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.15.0
pkgver=0.15.2
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=('0ec52d282c63fbcc1001345e83f7acb6e5f6c89f0b10eeaecb74e72fed6fe981')
sha256sums=('e5105a0e76421c1b86722762c4e22d333bcc977dd743386d05e0168ce94f9964')
prepare() {
cp -r "${_projectname}-${pkgver}" "build-${MSYSTEM}"