summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-09-27 21:15:53 +0200
committerMichel Zou2020-09-27 21:15:53 +0200
commite2087629a5d116462c5446dbdf0c6563761d18ea (patch)
treed12e959d6bbfbf80cf17c795ce89fd5987846d8a
parent8524e398b35bf2fa031c68f6c5b66702f4316537 (diff)
downloadaur-e2087629a5d116462c5446dbdf0c6563761d18ea.tar.gz
3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a3f4630f413..ce08d96254ef 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.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/nemtrif/utfcpp
arch = any
@@ -9,8 +9,8 @@ pkgbase = mingw-w64-utf8cpp
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/nemtrif/utfcpp/archive/v3.1.1.tar.gz
- sha256sums = 33496a4c3cc2de80e9809c4997052331af5fb32079f43ab4d667cd48c3a36e88
+ source = https://github.com/nemtrif/utfcpp/archive/v3.1.2.tar.gz
+ sha256sums = fea3bfa39fb8bd7368077ea5e1e0db9a8951f7e6fb6d9400b00ab3d92b807c6d
pkgname = mingw-w64-utf8cpp
diff --git a/PKGBUILD b/PKGBUILD
index 5483a64c15c1..8ef86c280a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-utf8cpp
-pkgver=3.1.1
+pkgver=3.1.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=('33496a4c3cc2de80e9809c4997052331af5fb32079f43ab4d667cd48c3a36e88')
+sha256sums=('fea3bfa39fb8bd7368077ea5e1e0db9a8951f7e6fb6d9400b00ab3d92b807c6d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"