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/thrift/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'thrift'
pkgname=thrift
version=0.23.0
version=0.24.0
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON
Expand All @@ -18,7 +18,7 @@ maintainer="Jason Elswick <jason@jasondavid.us>"
license="Apache-2.0"
homepage="https://thrift.apache.org/"
distfiles="https://github.com/apache/thrift/archive/v${version}.tar.gz"
checksum=087ba9517063c8252e9e7fb4e3891a9fd85e20af80e0309e2276eff16791d75c
checksum=d3a60676b1df3fb9850f6ce1e8a3df9a0efac036ceb4bce8ce46ee3eca735d2d

if [ "$CROSS_BUILD" ]; then
configure_args+=" -DBUILD_TESTING=OFF -DBUILD_TUTORIALS=OFF"
Expand Down
Loading