Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
double-conversion
Commits:
1d883816 by Antonio Rojas at 2025-02-14T20:59:39+01:00
upgpkg: 3.3.1-1: Update to 3.3.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = double-conversion
pkgdesc = Binary-decimal and decimal-binary routines for IEEE doubles
- pkgver = 3.3.0
- pkgrel = 2
+ pkgver = 3.3.1
+ pkgrel = 1
url = https://github.com/google/double-conversion
arch = x86_64
license = BSD-3-Clause
@@ -9,7 +9,7 @@ pkgbase = double-conversion
makedepends = git
depends = gcc-libs
depends = glibc
- source = git+https://github.com/google/double-conversion#tag=v3.3.0
- sha256sums =
51285c0fb05d70a26f067110bec37e47d4b7705730b5c679d536baf95d5bb175
+ source = git+https://github.com/google/double-conversion#tag=v3.3.1
+ sha256sums =
6009d129b305b65819cf37cd8cd8f07557a461d141a91f6e3afd553c4a384d59
pkgname = double-conversion
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Jonas Heinrich <[email protected]>
pkgname=double-conversion
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
arch=(x86_64)
url='https://github.com/google/double-conversion'
@@ -15,7 +15,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/google/double-conversion#tag=v$pkgver)
-sha256sums=('51285c0fb05d70a26f067110bec37e47d4b7705730b5c679d536baf95d5bb175')
+sha256sums=('6009d129b305b65819cf37cd8cd8f07557a461d141a91f6e3afd553c4a384d59')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/double-conversion/-/commit/1d883816fc5afaf5bdf1349bd032ed1dd175b535
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/double-conversion/-/commit/1d883816fc5afaf5bdf1349bd032ed1dd175b535
You're receiving this email because of your account on gitlab.archlinux.org.