summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-05-26 07:47:10 -0400
committerAndrew Sun2019-05-26 07:47:10 -0400
commit6d43a9a0058d2ebd87b20b1ec5efaaf8b83beedf (patch)
tree0cca6700738e2520975bdcafc120a6844e32c02e
parent858cc6d94f6d8fd8778f43ebb45756e0390c8c1a (diff)
downloadaur-6d43a9a0058d2ebd87b20b1ec5efaaf8b83beedf.tar.gz
mingw-w64-double-conversion: update to 3.1.5
-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"