diff options
| author | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-23 17:38:26 -0300 |
|---|---|---|
| committer | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-23 17:38:26 -0300 |
| commit | f498757145fdb8c0f90af0d3bc39d347dd307ae5 (patch) | |
| tree | 670c29b43b3983166064b5e43af9a384bd86c9f6 /repos/extra/libgit2 | |
| parent | 054236d7ef0398d83118cd1f031581f7ec9953d5 (diff) | |
| parent | c6e05105528b47a952d5367d5326a349608e456e (diff) | |
| download | alicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.tar.gz alicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.zip | |
Merge branch 'main' into newsraft
This also adds 'comunity' repo
Diffstat (limited to 'repos/extra/libgit2')
| -rw-r--r-- | repos/extra/libgit2/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libgit2/.files | 4 | ||||
| -rw-r--r-- | repos/extra/libgit2/abuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/libgit2/.checksum b/repos/extra/libgit2/.checksum index de86d74c..3720a432 100644 --- a/repos/extra/libgit2/.checksum +++ b/repos/extra/libgit2/.checksum @@ -1 +1 @@ -69985d519f8c890d124c0d07859d14b80e972e2d5c48da2ca544aa3ac1607b46 libgit2-v1.9.3.tar.gz +13e044d4f7534c896b3ef4c10f92b6e8b0f4c3333aa17329e8848c87c6069ab4 libgit2-v1.9.4.tar.gz diff --git a/repos/extra/libgit2/.files b/repos/extra/libgit2/.files index a0407fd3..7f0d8837 100644 --- a/repos/extra/libgit2/.files +++ b/repos/extra/libgit2/.files @@ -105,7 +105,7 @@ drwxr-xr-x root/root usr/lib/cmake/libgit2/ -rw-r--r-- root/root usr/lib/cmake/libgit2/libgit2Targets-release.cmake -rw-r--r-- root/root usr/lib/cmake/libgit2/libgit2Targets.cmake lrwxrwxrwx root/root usr/lib/libgit2.so -> libgit2.so.1.9 -lrwxrwxrwx root/root usr/lib/libgit2.so.1.9 -> libgit2.so.1.9.3 --rwxr-xr-x root/root usr/lib/libgit2.so.1.9.3 +lrwxrwxrwx root/root usr/lib/libgit2.so.1.9 -> libgit2.so.1.9.4 +-rwxr-xr-x root/root usr/lib/libgit2.so.1.9.4 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libgit2.pc diff --git a/repos/extra/libgit2/abuild b/repos/extra/libgit2/abuild index 198b1fce..3a42290d 100644 --- a/repos/extra/libgit2/abuild +++ b/repos/extra/libgit2/abuild @@ -1,4 +1,4 @@ name=libgit2 -version=1.9.3 +version=1.9.4 release=1 source="https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz" |