diff options
| author | Emmett1 <me@emmett1.my> | 2026-05-23 06:47:42 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-05-23 06:47:42 +0000 |
| commit | 9200ffc8e6e41bd40172022be49dbf6352d3304c (patch) | |
| tree | 26f4105847eecca3d8fa0c1e87a3de3a8acc0006 | |
| parent | f9ed47d72a1c96db97a9593b085d1467f33b5556 (diff) | |
| download | alicelinux-9200ffc8e6e41bd40172022be49dbf6352d3304c.tar.gz alicelinux-9200ffc8e6e41bd40172022be49dbf6352d3304c.zip | |
libgit2: updated to 1.9.4
| -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" |