summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-11-09 20:52:41 +0100
committerMichel Zou2022-11-09 20:52:41 +0100
commit063644d10ecafe39ef38e67951ccf4ddf57880a5 (patch)
tree787ce9365634587f57d6a7abb0523e4e36494d77
parent3db6a746ee091eed4bbd6b98e48d68fad6f8c9ea (diff)
downloadaur-063644d10ecafe39ef38e67951ccf4ddf57880a5.tar.gz
3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94db90f17b24..7569d61252c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-utf8cpp
pkgdesc = UTF-8 with C++ in a Portable Way (mingw-w64)
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://github.com/nemtrif/utfcpp
arch = any
@@ -9,7 +9,7 @@ pkgbase = mingw-w64-utf8cpp
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/nemtrif/utfcpp/archive/v3.2.1.tar.gz
- sha256sums = 8d6aa7d77ad0abb35bb6139cb9a33597ac4c5b33da6a004ae42429b8598c9605
+ source = https://github.com/nemtrif/utfcpp/archive/v3.2.2.tar.gz
+ sha256sums = 6f81e7cb2be2a6a9109a8a0cb7dc39ec947f1bcdb5dfa4a660e11a23face19f5
pkgname = mingw-w64-utf8cpp
diff --git a/PKGBUILD b/PKGBUILD
index 81a4a893d827..08a20dfc98f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-utf8cpp
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc="UTF-8 with C++ in a Portable Way (mingw-w64)"
url="https://github.com/nemtrif/utfcpp"
@@ -9,7 +9,7 @@ depends=()
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/nemtrif/utfcpp/archive/v${pkgver}.tar.gz")
-sha256sums=('8d6aa7d77ad0abb35bb6139cb9a33597ac4c5b33da6a004ae42429b8598c9605')
+sha256sums=('6f81e7cb2be2a6a9109a8a0cb7dc39ec947f1bcdb5dfa4a660e11a23face19f5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"