Skip to content

Commit

Permalink
community/cassandra-cpp-driver: upgrade to 2.16.2 / openssl3
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Aug 2, 2022
1 parent 7e94b86 commit b79764e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions community/cassandra-cpp-driver/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Maintainer: Gennady Feldman <gena01@gmail.com>
pkgname=cassandra-cpp-driver
_pkgname=cpp-driver
pkgver=2.15.2
pkgrel=1
pkgver=2.16.2
pkgrel=0
pkgdesc="Cassandra CPP Driver"
url="https://datastax.github.io/cpp-driver/"
arch="aarch64 x86_64 x86 ppc64le"
license="Apache-2.0"
options="!check" # FIXME: cassandra_integration_tests won't link
makedepends="cmake make openssl1.1-compat-dev libuv-dev zlib-dev"
makedepends="cmake make openssl-dev>3 libuv-dev zlib-dev"
subpackages="$pkgname-dev"
source="$_pkgname-$pkgver.tar.gz::https://github.com/datastax/cpp-driver/archive/$pkgver.tar.gz
"
Expand All @@ -32,4 +32,6 @@ package() {
make DESTDIR="$pkgdir" install
}

sha512sums="f35fb7369cfd39fa0c7aed8b4fc6b926d769ef8a5f63af99fd1c8b782efb57e3a6d44378363393f45676a767066b9b967e4fbbc55df16fa5790e56fa6749ba4d cpp-driver-2.15.2.tar.gz"
sha512sums="
6dee9ceaafa1a86bacd54759931d6cf794c50cb2e0944a568b2e36f04f4151d816f7d041ef17d70b1d0133497ec25f8f975c166b4fc6f882df23d0725bb0e28a cpp-driver-2.16.2.tar.gz
"

0 comments on commit b79764e

Please sign in to comment.