summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-05-19 18:33:58 -0400
committerAndrew Sun2023-05-19 18:33:58 -0400
commita4efe4d22746906500639c59607e8f444d727ed8 (patch)
tree31b7580e6d14f519c56c4f9bfacde115b8e7d80b
parentc624142c6bd1d7a5907de55c196d714229265698 (diff)
downloadaur-mingw-w64-double-conversion.tar.gz
3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8288c0bd2640..d4888519774d 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.2.1
+ pkgver = 3.3.0
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.2.1.tar.gz::https://github.com/google/double-conversion/archive/v3.2.1.tar.gz
- sha256sums = e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35
+ source = double-conversion-3.3.0.tar.gz::https://github.com/google/double-conversion/archive/v3.3.0.tar.gz
+ sha256sums = 04ec44461850abbf33824da84978043b22554896b552c5fd11a9c5ae4b4d296e
pkgname = mingw-w64-double-conversion
diff --git a/PKGBUILD b/PKGBUILD
index 3f30ef4395bd..61ebdbd486d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-double-conversion
_pkgname=double-conversion
-pkgver=3.2.1
+pkgver=3.3.0
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=('e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35')
+sha256sums=('04ec44461850abbf33824da84978043b22554896b552c5fd11a9c5ae4b4d296e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"