summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-12-29 19:29:58 +0100
committerMichel Zou2022-12-29 19:29:58 +0100
commit265f0bac5cea23926ba6ef5fae625d3f36be635d (patch)
tree87cd7a46f76c400ee3eb78ae23d6f614574da277
parent063644d10ecafe39ef38e67951ccf4ddf57880a5 (diff)
downloadaur-265f0bac5cea23926ba6ef5fae625d3f36be635d.tar.gz
3.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7569d61252c3..fe0209e3be3c 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.2
+ pkgver = 3.2.3
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.2.tar.gz
- sha256sums = 6f81e7cb2be2a6a9109a8a0cb7dc39ec947f1bcdb5dfa4a660e11a23face19f5
+ source = https://github.com/nemtrif/utfcpp/archive/v3.2.3.tar.gz
+ sha256sums = 3ba9b0dbbff08767bdffe8f03b10e596ca351228862722e4c9d4d126d2865250
pkgname = mingw-w64-utf8cpp
diff --git a/PKGBUILD b/PKGBUILD
index 08a20dfc98f5..18355f71e0f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-utf8cpp
-pkgver=3.2.2
+pkgver=3.2.3
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=('6f81e7cb2be2a6a9109a8a0cb7dc39ec947f1bcdb5dfa4a660e11a23face19f5')
+sha256sums=('3ba9b0dbbff08767bdffe8f03b10e596ca351228862722e4c9d4d126d2865250')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"