Date: Monday, March 4, 2019 @ 07:51:57
  Author: arojas
Revision: 347033

Update to 3.1.2

Modified:
  double-conversion/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-04 01:09:41 UTC (rev 347032)
+++ PKGBUILD    2019-03-04 07:51:57 UTC (rev 347033)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich <[email protected]>
 
 pkgname=double-conversion
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
-sha256sums=('c49a6b3fa9c917f827b156c8e0799ece88ae50440487a99fc2f284cfd357a5b9')
+sha256sums=('2a9795dd9e56fbc616f8d51833fbd706a10c965ec588d1a5557af8b129cdb5b0')
 
 prepare() {
   mkdir -p build

Reply via email to