summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-06-23 08:50:02 -0400
committerAndrew Sun2022-06-23 08:50:02 -0400
commitb350ed8c550387c92c6e915193abda42f85c06e7 (patch)
treee217c5439989723ca163c75bba227155de358847
parentb0176fb87021c0e4e3d650b91a661494363ed490 (diff)
downloadaur-b350ed8c550387c92c6e915193abda42f85c06e7.tar.gz
1.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7a8272c043..2a7154e8df3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libidn
pkgdesc = Implementation of the Stringprep, Punycode and IDNA specifications (mingw-w64)
- pkgver = 1.38
+ pkgver = 1.40
pkgrel = 1
url = https://www.gnu.org/software/libidn
arch = any
@@ -13,10 +13,10 @@ pkgbase = mingw-w64-libidn
options = staticlibs
options = !strip
options = !buildflags
- source = https://ftp.gnu.org/gnu/libidn/libidn-1.38.tar.gz
+ source = https://ftp.gnu.org/gnu/libidn/libidn-1.40.tar.gz
source = 0003-nfkc.c-Fix-Win64-crash.patch
source = 0004-nfkc.c-Fixed-invalid-var-types.patch
- sha256sums = de00b840f757cd3bb14dd9a20d5936473235ddcba06d4bc2da804654b8bbf0f6
+ sha256sums = 527f673b8043d7189c056dd478b07af82492ecf118aa3e0ef0dc98c11af79991
sha256sums = 6293c730a98af32a337149a95d848f3c4619df8dc367e0bf0251a509b09f5963
sha256sums = 8ae6ad9513fc11bd79cb1ab73f187cb8297bdabd21a2aef3b6526ca17810eda9
diff --git a/PKGBUILD b/PKGBUILD
index 37b6dcb052ac..62bcb8ffec44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-libidn
-pkgver=1.38
+pkgver=1.40
pkgrel=1
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (mingw-w64)"
arch=(any)
@@ -13,7 +13,7 @@ options=(staticlibs !strip !buildflags)
source=("https://ftp.gnu.org/gnu/libidn/libidn-${pkgver}.tar.gz"
"0003-nfkc.c-Fix-Win64-crash.patch"
"0004-nfkc.c-Fixed-invalid-var-types.patch")
-sha256sums=('de00b840f757cd3bb14dd9a20d5936473235ddcba06d4bc2da804654b8bbf0f6'
+sha256sums=('527f673b8043d7189c056dd478b07af82492ecf118aa3e0ef0dc98c11af79991'
'6293c730a98af32a337149a95d848f3c4619df8dc367e0bf0251a509b09f5963'
'8ae6ad9513fc11bd79cb1ab73f187cb8297bdabd21a2aef3b6526ca17810eda9')