summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fb1386b9091..0356931bd0f1 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 = 4.0.1
+ pkgver = 4.0.4
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/v4.0.1.tar.gz
- sha256sums = 9014342a716258da00b97bf8c201a2edc4d72d2025cd8d62f0650ac627038f95
+ source = https://github.com/nemtrif/utfcpp/archive/v4.0.4.tar.gz
+ sha256sums = 7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0
pkgname = mingw-w64-utf8cpp
diff --git a/PKGBUILD b/PKGBUILD
index 5055603503dd..996d0fdbcf83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-utf8cpp
-pkgver=4.0.1
+pkgver=4.0.4
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=('9014342a716258da00b97bf8c201a2edc4d72d2025cd8d62f0650ac627038f95')
+sha256sums=('7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"