Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
fast_float


Commits:
695a6418 by Carl Smedstad at 2025-02-07T21:09:32+01:00
upgpkg: 8.0.0-1: Upstream release

https://github.com/fastfloat/fast_float/releases/tag/v8.0.0

- - - - -


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 = 7.0.0
+       pkgver = 8.0.0
        pkgrel = 1
        url = https://github.com/fastfloat/fast_float
        arch = any
@@ -8,7 +8,7 @@ pkgbase = fast_float
        makedepends = cmake
        makedepends = doctest
        makedepends = git
-       source = 
fast_float-7.0.0.tar.gz::https://github.com/fastfloat/fast_float/archive/v7.0.0.tar.gz
-       b2sums = 
7334a74952aba9629e0cd0f3b49679ed8f9c84436d3e9b10438d09416341343efc34acc0f87283a20fff5866d1e5787f456ac8a37f0a918823369419378ddb53
+       source = 
fast_float-8.0.0.tar.gz::https://github.com/fastfloat/fast_float/archive/v8.0.0.tar.gz
+       b2sums = 
c5fc7696da59cfb000cb7a7356605cc06d30a245a4e87800434b2a915f19efa056a206de83b917df0cdae59723f6c0ef38d19a0b78de80eacb00aebd0aba7b6e
 
 pkgname = fast_float


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: endlesseden <eden at rose dot place>
 
 pkgname=fast_float
-pkgver=7.0.0
+pkgver=8.0.0
 pkgrel=1
 pkgdesc='Fast and exact implementation of the C++ from_chars functions for 
float and double types'
 arch=('any')
@@ -16,7 +16,7 @@ makedepends=(
   'git'
 )
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('7334a74952aba9629e0cd0f3b49679ed8f9c84436d3e9b10438d09416341343efc34acc0f87283a20fff5866d1e5787f456ac8a37f0a918823369419378ddb53')
+b2sums=('c5fc7696da59cfb000cb7a7356605cc06d30a245a4e87800434b2a915f19efa056a206de83b917df0cdae59723f6c0ef38d19a0b78de80eacb00aebd0aba7b6e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

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


Reply via email to