mirror of
https://abf.rosa.ru/djam/libgit2.git
synced 2025-02-23 14:42:56 +00:00
Updated to 0.26.0
This commit is contained in:
parent
a075fe7006
commit
6c2eea0670
2 changed files with 6 additions and 4 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,2 +1,4 @@
|
||||||
sources:
|
removed_sources:
|
||||||
libgit2-0.24.1.tar.gz: 198ac53d713c521d940951ab5d6b90b75b941918
|
libgit2-0.24.1.tar.gz: 198ac53d713c521d940951ab5d6b90b75b941918
|
||||||
|
sources:
|
||||||
|
libgit2-0.26.0.tar.gz: 7e9792e3d2ee88719f0d7cb59737256bfc1cddbb
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
%define major 24
|
%define major 26
|
||||||
%define libname %mklibname git2_ %{major}
|
%define libname %mklibname git2_ %{major}
|
||||||
%define devname %mklibname git2 -d
|
%define devname %mklibname git2 -d
|
||||||
|
|
||||||
Summary: A C implementation of the Git core methods as a library
|
Summary: A C implementation of the Git core methods as a library
|
||||||
Name: libgit2
|
Name: libgit2
|
||||||
Version: 0.24.1
|
Version: 0.26.0
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://libgit2.github.com/
|
Url: http://libgit2.github.com/
|
||||||
|
|
Loading…
Add table
Reference in a new issue