libgit2: update to 0.22.3.
This commit is contained in:
parent
db0f20706d
commit
51a83d27e3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgit2'
|
||||
pkgname=libgit2
|
||||
version=0.22.2
|
||||
revision=2
|
||||
version=0.22.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake python git pkg-config"
|
||||
makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"
|
||||
|
@ -9,8 +9,8 @@ short_desc="The Git linkable library"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://libgit2.github.com/"
|
||||
license="GPL-2 with Linking Exception"
|
||||
distfiles="https://github.com/libgit2/libgit2/archive/v0.22.2.tar.gz"
|
||||
checksum=3109f2579180d561fc736bad8bd917d7241477aab11633755c8a273beac53cdc
|
||||
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
||||
checksum=511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Reference in New Issue