libgit2: fix source and url

This commit is contained in:
Danny Rawlins 2021-09-20 22:31:57 +10:00
parent 0fee225663
commit 8589eb09a5
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36svn68KoXguid6Qy2phQfaWw3G9G+kxRUbr3w+zogO2asjLHsmc07JsyjHToSbRxQlY5q582Gd+1WQOkCshzQ8=
SHA256 (Pkgfile) = ca95974407f6d3a0a96dc25e99f1b160c92dffe7f5c206769fb0e9dbf730fffc
RWSagIOpLGJF309eeJFAqS9cU/ny9kS6w+wthPrr8ZR5UWIKGiCTDUDa82MVOP7AHCJDXGWTQZloSANzX/yjRMgv1bWpZ+DAnA0=
SHA256 (Pkgfile) = 1028a679e5cb93c8dcc96d9511fa89b70032a4b76a11fab4dfac42576ae2ab0d
SHA256 (.footprint) = 16734aa61ae069d1571157429105a06cf330d502cf9e1f1bd9b4cd05242c2d6e
SHA256 (v1.2.0.tar.gz) = 701a5086a968a46f25e631941b99fc23e4755ca2c56f59371ce1d94b9a0cc643
SHA256 (libgit2-1.2.0.tar.gz) = 701a5086a968a46f25e631941b99fc23e4755ca2c56f59371ce1d94b9a0cc643

View File

@ -1,12 +1,12 @@
# Description: A linkable library for Git
# URL: https://libgit2.github.com/
# URL: https://libgit2.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cmake http-parser
name=libgit2
version=1.2.0
release=1
source=(https://github.com/$name/$name/archive/v$version.tar.gz)
source=(https://github.com/$name/$name/archive/v$version/$name-$version.tar.gz)
build() {
prt-get isinst ninja && PKGMK_LIBGIT2+=' -G Ninja'