Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
abseil-cpp
Commits:
91eac5b5 by Christian Heusel at 2025-01-25T13:49:28+01:00
upgpkg: 20240722.1-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = abseil-cpp
pkgdesc = Collection of C++ library code designed to augment the C++
standard library
- pkgver = 20240722.0
+ pkgver = 20240722.1
pkgrel = 1
url = https://abseil.io
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = abseil-cpp
depends = gcc-libs
depends = glibc
depends = gtest
- source =
https://github.com/abseil/abseil-cpp/archive/20240722.0/abseil-cpp-20240722.0.tar.gz
+ source =
https://github.com/abseil/abseil-cpp/archive/20240722.1/abseil-cpp-20240722.1.tar.gz
source = scoped-mock-log.patch
- sha256sums =
f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3
+ sha256sums =
40cee67604060a7c8794d931538cb55f4d444073e556980c88b6c49bb9b19bb7
sha256sums =
a6cbc612a2b96fcbd52d081e03e8581107ceb4827edb19d96510a31c568e1396
pkgname = abseil-cpp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=abseil-cpp
-pkgver=20240722.0
+pkgver=20240722.1
pkgrel=1
pkgdesc="Collection of C++ library code designed to augment the C++ standard
library"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs' 'glibc' 'gtest')
makedepends=('cmake')
source=("https://github.com/abseil/abseil-cpp/archive/$pkgver/$pkgname-$pkgver.tar.gz"
scoped-mock-log.patch)
-sha256sums=('f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3'
+sha256sums=('40cee67604060a7c8794d931538cb55f4d444073e556980c88b6c49bb9b19bb7'
'a6cbc612a2b96fcbd52d081e03e8581107ceb4827edb19d96510a31c568e1396')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/abseil-cpp/-/commit/91eac5b5a6f7ce5cd759be16defeb7b7b798891a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/abseil-cpp/-/commit/91eac5b5a6f7ce5cd759be16defeb7b7b798891a
You're receiving this email because of your account on gitlab.archlinux.org.