Skip to content

Commit

Permalink
mimalloc: update to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
3rav authored Jan 4, 2025
1 parent 8fd8142 commit cabeb3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-mimalloc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Maintainer: Ranieri Althoff <[email protected]>
# Contributor (MSYS2): Rafal Brzegowy <[email protected]>
# Contributor (MSYS2): Rafał Brzegowy <[email protected]>

_realname=mimalloc
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.1.7
pkgver=2.1.9
pkgrel=1
pkgdesc='General-purpose allocator with excellent performance characteristics (mingw-w64)'
arch=('any')
Expand All @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja")
source=("https://github.com/microsoft/${_realname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('0EED39319F139AFDE8515010FF59BAF24DE9E47EA316A315398E8027D198202D')
sha256sums=('DD8FF701691F19BF4E225D42EF0D3D5E6CA0E03498EE4F044A0402E4697E4A20')

build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"
Expand Down

0 comments on commit cabeb3f

Please sign in to comment.