Skip to content

Commit 0450531

Browse files
committed
gflags: update to 2.3.0.
1 parent 9b1e9a0 commit 0450531

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

common/shlibs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,8 +2596,8 @@ libmemcachedutil.so.2 libmemcached-1.0.18_1
25962596
libc-client.so.1 c-client-2007f_4
25972597
libonig.so.5 oniguruma-6.8.1_1
25982598
liblo10k1.so.0 alsa-tools-1.0.29_1
2599-
libgflags.so.2.2 gflags-2.1.2_1
2600-
libgflags_nothreads.so.2.2 gflags-2.1.2_1
2599+
libgflags.so.2.3 gflags-2.3.0_1
2600+
libgflags_nothreads.so.2.3 gflags-2.3.0_1
26012601
libswmhack.so.0.0 spectrwm-2.7.2_1
26022602
libchardet.so.1 libchardet-1.0.4_1
26032603
libcollectdclient.so.1 libcollectdclient-5.12.0_3

srcpkgs/gflags/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Template file for 'gflags'
22
pkgname=gflags
3-
version=2.2.2
3+
version=2.3.0
44
revision=1
55
build_style=cmake
66
configure_args=" -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON"
7-
short_desc="A C++ library that implements commandline flags processing"
7+
short_desc="C++ library that implements commandline flags processing"
88
maintainer="Orphaned <orphan@voidlinux.org>"
99
license="BSD-3-Clause"
1010
homepage="http://gflags.github.io/gflags"
11+
changelog="https://raw.githubusercontent.com/gflags/gflags/refs/heads/main/ChangeLog.txt"
1112
distfiles="https://github.com/gflags/gflags/archive/v${version}.tar.gz"
12-
checksum=34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf
13+
checksum=f619a51371f41c0ad6837b2a98af9d4643b3371015d873887f7e8d3237320b2f
1314

1415
post_install() {
1516
vlicense COPYING.txt
@@ -29,4 +30,3 @@ gflags-devel_package() {
2930
vmove usr/lib/*.so
3031
}
3132
}
32-

0 commit comments

Comments
 (0)