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 6d2c002899be..169d43b086a1 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.4
+ pkgver = 3.1.5
pkgrel = 1
url = https://github.com/google/double-conversion
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-double-conversion
options = !strip
options = !buildflags
options = staticlibs
- source = double-conversion-3.1.4.tar.gz::https://github.com/google/double-conversion/archive/v3.1.4.tar.gz
- sha256sums = 95004b65e43fefc6100f337a25da27bb99b9ef8d4071a36a33b5e83eb1f82021
+ source = double-conversion-3.1.5.tar.gz::https://github.com/google/double-conversion/archive/v3.1.5.tar.gz
+ sha256sums = a63ecb93182134ba4293fd5f22d6e08ca417caafa244afaa751cbfddf6415b13
pkgname = mingw-w64-double-conversion
diff --git a/PKGBUILD b/PKGBUILD
index 06049e916eed..37aa60e9c289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-double-conversion
_pkgname=double-conversion
-pkgver=3.1.4
+pkgver=3.1.5
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=('95004b65e43fefc6100f337a25da27bb99b9ef8d4071a36a33b5e83eb1f82021')
+sha256sums=('a63ecb93182134ba4293fd5f22d6e08ca417caafa244afaa751cbfddf6415b13')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"