minidump-stackwalk: update to 0.23.0
This commit is contained in:
parent
29faad1678
commit
f492f7f166
@ -4,20 +4,20 @@ _realname=minidump-stackwalk
|
|||||||
_projectname=rust-minidump
|
_projectname=rust-minidump
|
||||||
pkgbase=mingw-w64-${_realname}
|
pkgbase=mingw-w64-${_realname}
|
||||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||||
pkgver=0.22.2
|
pkgver=0.23.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Provides both machine-readable and human-readable digests of a minidump, with backtraces and symbolication (mingw-w64)"
|
pkgdesc="Provides both machine-readable and human-readable digests of a minidump, with backtraces and symbolication (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/rust-minidump/rust-minidump/tree/main/minidump-stackwalk'
|
url='https://github.com/rust-minidump/rust-minidump'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'aur: minidump-stackwalk'
|
'aur: minidump-stackwalk'
|
||||||
'purl: pkg:cargo/minidump-stackwalk'
|
'purl: pkg:cargo/minidump-stackwalk'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
|
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
|
||||||
source=("https://github.com/rust-minidump/rust-minidump/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
|
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('c9801651a60f435c69c3dc326e80715275c8177544a93d26fc36c455f8e15e1f')
|
sha256sums=('1646fea54f15451a1fb3c75c87e4c6a663f2c8316a6bc4ace33ff8df18f3ccd6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cp -r "${_projectname}-${pkgver}" "build-${MSYSTEM}" && cd "build-${MSYSTEM}"
|
cp -r "${_projectname}-${pkgver}" "build-${MSYSTEM}" && cd "build-${MSYSTEM}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user