summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-03-12 17:15:51 -0400
committerAndrew Sun2019-03-12 17:15:51 -0400
commit858cc6d94f6d8fd8778f43ebb45756e0390c8c1a (patch)
tree4847d67ddf65bb91272e47b2fe4654878feed4fb
parent9a3994f0a27373b7e2a7ec660f130cc5edc12970 (diff)
downloadaur-858cc6d94f6d8fd8778f43ebb45756e0390c8c1a.tar.gz
update to 3.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c9ac5c62aaa..6d2c002899be 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.2
+ pkgver = 3.1.4
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.2.tar.gz::https://github.com/google/double-conversion/archive/v3.1.2.tar.gz
- sha256sums = 2a9795dd9e56fbc616f8d51833fbd706a10c965ec588d1a5557af8b129cdb5b0
+ source = double-conversion-3.1.4.tar.gz::https://github.com/google/double-conversion/archive/v3.1.4.tar.gz
+ sha256sums = 95004b65e43fefc6100f337a25da27bb99b9ef8d4071a36a33b5e83eb1f82021
pkgname = mingw-w64-double-conversion
diff --git a/PKGBUILD b/PKGBUILD
index 81b56b8c6f21..06049e916eed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-double-conversion
_pkgname=double-conversion
-pkgver=3.1.2
+pkgver=3.1.4
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=('2a9795dd9e56fbc616f8d51833fbd706a10c965ec588d1a5557af8b129cdb5b0')
+sha256sums=('95004b65e43fefc6100f337a25da27bb99b9ef8d4071a36a33b5e83eb1f82021')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"