libgit2: update to 0.23.0 (soname bump).

This commit is contained in:
Juan RP 2015-07-08 09:12:13 +02:00
parent caf9cb4650
commit e2a72d8700
2 changed files with 7 additions and 7 deletions

View file

@ -1210,7 +1210,7 @@ libunwind-x86_64.so.8 libunwind-1.1_1
libunwind-x86.so.8 libunwind-1.1_1
libunwind-arm.so.8 libunwind-1.1_4
libmicrohttpd.so.10 libmicrohttpd-0.9.26_1
libgit2.so.22 libgit2-0.22.0_1
libgit2.so.23 libgit2-0.23.0_1
libagg.so.2 agg-2.5_1
libzzip-0.so.13 zziplib-0.13.62_1
libzzipfseeko-0.so.13 zziplib-0.13.62_1

View file

@ -1,6 +1,6 @@
# Template file for 'libgit2'
pkgname=libgit2
version=0.22.3
version=0.23.0
revision=1
build_style=cmake
hostmakedepends="cmake python git pkg-config"
@ -10,13 +10,13 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://libgit2.github.com/"
license="GPL-2 with Linking Exception"
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
checksum=511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60
checksum=49d75c601eb619481ecc0a79f3356cc26b89dfa646f2268e434d7b4c8d90c8a1
case "$XBPS_TARGET_MACHINE" in
*-musl)
# Don't use qsort_r, see src/util.c
CFLAGS="-D__ANDROID_API__"
;;
*-musl)
# Don't use qsort_r, see src/util.c
CFLAGS="-D__ANDROID_API__"
;;
esac
libgit2-devel_package() {