libgit2: rebuild against OpenSSL
This commit is contained in:
parent
d1376e338c
commit
56757e2973
|
@ -1360,7 +1360,7 @@ libunwind-ppc64.so.8 libunwind-1.2.1_1
|
|||
libunwind-setjmp.so.0 libunwind-1.4_1
|
||||
libmicrohttpd.so.12 libmicrohttpd-0.9.48_1
|
||||
libmicrodns.so.0 libmicrodns-0.1.0_1
|
||||
libgit2.so.1.0 libgit2-1.0.0_1
|
||||
libgit2.so.1.0 libgit2-1.0.1_3
|
||||
libgit2-glib-1.0.so.0 libgit2-glib-0.23.4_1
|
||||
libagg.so.2 agg-2.5_1
|
||||
libzzip-0.so.13 zziplib-0.13.62_1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libgit2'
|
||||
pkgname=libgit2
|
||||
version=1.0.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="python3 git pkg-config"
|
||||
makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"
|
||||
makedepends="zlib-devel openssl-devel http-parser-devel libssh2-devel"
|
||||
short_desc="Git linkable library"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
|
||||
|
|
Loading…
Reference in New Issue