Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/benchmark/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'benchmark'
pkgname=benchmark
version=1.9.4
version=1.9.5
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
Expand All @@ -10,7 +10,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/google/benchmark/"
distfiles="https://github.com/google/benchmark/archive/v${version}.tar.gz"
checksum=b334658edd35efcf06a99d9be21e4e93e092bd5f95074c1673d5c8705d95c104
checksum=9631341c82bac4a288bef951f8b26b41f69021794184ece969f8473977eaa340

benchmark-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down