summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-12-24 14:03:20 -0500
committerAndrew Sun2021-12-24 14:03:20 -0500
commit9b1a932e5d1952b5cbd7592014550255e6072e8b (patch)
tree92e1aad2e20431f6a0c87093802aa8e5ba8448d8
parent5868fad8f0b473ba15077e2ff79a1c2ac899c447 (diff)
downloadaur-9b1a932e5d1952b5cbd7592014550255e6072e8b.tar.gz
3.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223e734dc8bb..c631f86bb759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-double-conversion
pkgdesc = Binary-decimal and decimal-binary routines for IEEE doubles (mingw-w64)
- pkgver = 3.1.6
+ pkgver = 3.1.7
pkgrel = 1
url = https://github.com/google/double-conversion
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-double-conversion
options = !strip
options = !buildflags
options = staticlibs
- source = double-conversion-3.1.6.tar.gz::https://github.com/google/double-conversion/archive/v3.1.6.tar.gz
- sha256sums = 8a79e87d02ce1333c9d6c5e47f452596442a343d8c3e9b234e8a62fce1b1d49c
+ source = double-conversion-3.1.7.tar.gz::https://github.com/google/double-conversion/archive/v3.1.7.tar.gz
+ sha256sums = a0204d6ab48223f2c8f53a932014e7f245125e7a5267764b1fbeebe4fa0ee8b9
pkgname = mingw-w64-double-conversion
diff --git a/PKGBUILD b/PKGBUILD
index bd1a0525f11b..6ff4fbea7bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-double-conversion
_pkgname=double-conversion
-pkgver=3.1.6
+pkgver=3.1.7
pkgrel=1
pkgdesc="Binary-decimal and decimal-binary routines for IEEE doubles (mingw-w64)"
arch=(any)
@@ -12,7 +12,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!strip' '!buildflags' 'staticlibs')
source=("double-conversion-${pkgver}.tar.gz::https://github.com/google/double-conversion/archive/v${pkgver}.tar.gz")
-sha256sums=('8a79e87d02ce1333c9d6c5e47f452596442a343d8c3e9b234e8a62fce1b1d49c')
+sha256sums=('a0204d6ab48223f2c8f53a932014e7f245125e7a5267764b1fbeebe4fa0ee8b9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"