Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
fast_float


Commits:
eeb1b88b by Sven-Hendrik Haase at 2024-03-02T18:06:11+01:00
upgpkg: 6.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = fast_float
        pkgdesc = Fast and exact implementation of the C++ from_chars functions 
for float and double types
-       pkgver = 5.3.0
+       pkgver = 6.1.0
        pkgrel = 1
        url = https://github.com/fastfloat/fast_float
        arch = any
@@ -8,7 +8,7 @@ pkgbase = fast_float
        license = Boost
        license = MIT
        makedepends = cmake
-       source = 
fast_float-5.3.0.tar.gz::https://github.com/fastfloat/fast_float/archive/refs/tags/v5.3.0.tar.gz
-       b2sums = 
ae5e694229f6b876179ec7b6e36a7faeaf08f6b698ba18564d12c48ea306041eadce0bc85e09ad203b43f38b194258209fa4fbb497a961e9bc729f604099ed63
+       source = 
fast_float-6.1.0.tar.gz::https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.0.tar.gz
+       b2sums = 
9c7abd293fcd0dd7e429825918b368071686d06baa97cee5d71099490dbed73acf5c8946f086dad21affaa54d94444a922d25d2ce9724a903944722790a7771e
 
 pkgname = fast_float


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: éclairevoyant
 # Contributor: endlesseden <eden at rose dot place>
 pkgname=fast_float
-pkgver=5.3.0
+pkgver=6.1.0
 pkgrel=1
 pkgdesc='Fast and exact implementation of the C++ from_chars functions for 
float and double types'
 arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/fastfloat/$pkgname";
 license=('Apache' 'Boost' 'MIT')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=('ae5e694229f6b876179ec7b6e36a7faeaf08f6b698ba18564d12c48ea306041eadce0bc85e09ad203b43f38b194258209fa4fbb497a961e9bc729f604099ed63')
+b2sums=('9c7abd293fcd0dd7e429825918b368071686d06baa97cee5d71099490dbed73acf5c8946f086dad21affaa54d94444a922d25d2ce9724a903944722790a7771e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fast_float/-/commit/eeb1b88bd73f7fe2fdfece818ca7d254a706b53f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fast_float/-/commit/eeb1b88bd73f7fe2fdfece818ca7d254a706b53f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to