summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-01-04 08:35:45 -0500
committerPatrick Northon2024-01-04 08:35:45 -0500
commit93df99a1312a42c4f53bc0b8cdea54e6adc81294 (patch)
tree3973309f29f3ed08cd6ebe870864a6f274650f4e /PKGBUILD
parent549dde1c051e6999dbe5b3b579965477c7b216b2 (diff)
downloadaur-mingw-w64-fmt.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1008ad62ba17..42235f0059f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fmt
pkgname=mingw-w64-${_pkgname}
-pkgver=10.2.0
+pkgver=10.2.1
pkgrel=1
pkgdesc='Open-source formatting library for C++ (mingw-w64)'
url='https://fmt.dev/'
@@ -13,7 +13,7 @@ checkdepends=('mingw-w64-wine')
arch=('any')
options=(!strip !buildflags staticlibs)
optdepends=()
-sha256sums=('3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac')
+sha256sums=('1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/fmtlib/${_pkgname}/archive/${pkgver}.tar.gz")
_srcdir="${_pkgname}-${pkgver}"