Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
libgit2


Commits:
a012bf7c by Lukas Fleischer at 2024-03-30T09:14:44+07:00
upgpkg: 1:1.8.0-1: update to 1.8.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = libgit2
        pkgdesc = A linkable library for Git
-       pkgver = 1.7.2
+       pkgver = 1.8.0
        pkgrel = 1
        epoch = 1
        url = https://github.com/libgit2/libgit2
@@ -16,9 +16,9 @@ pkgbase = libgit2
        depends = http-parser
        depends = zlib
        provides = libgit2.so
-       source = 
https://github.com/libgit2/libgit2/archive/v1.7.2/libgit2-v1.7.2.tar.gz
-       sha512sums = 
825737e4a1991fba50ea535f15b0e560ebe76ead752e04aeba36925b944d0da77fe9826a70980a1aa3d0bf9afbedfab79dd92e799c9252931384c89ebec9b012
-       b2sums = 
c27870124c7e63a37794014a802a6fce46c577313f3b6081580f920fa842a65305b5bc56aa6ab02cf87c533d6052afdc37317f96aa1fd67387b07f52415ccbe3
+       source = 
https://github.com/libgit2/libgit2/archive/v1.8.0/libgit2-v1.8.0.tar.gz
+       sha512sums = 
e5634267bd9c6a594c9a954d09c657e7b8aadf213609bf7dd83b99863d0d0c7109a5277617dd508abc2da54ea3f12c2af1908d1aeb73c000e94056e2f3653144
+       b2sums = 
f3cc5259a5804bb1e319633269a8c488d7195683e39c178fbe5dc43278736bf15f706c1ca8f72b519ef647033ed11426ea40ceb0dd3ffddae3a35839493d6c54
 
 pkgname = libgit2
        depends = gcc-libs


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 pkgname=libgit2
 # NOTE: add the following packages to rebuild TODOs on soname change (although 
they do not link against libgit2.so):
 # julia
-pkgver=1.7.2
+pkgver=1.8.0
 pkgrel=1
 epoch=1
 pkgdesc="A linkable library for Git"
@@ -28,8 +28,8 @@ makedepends=(
 )
 provides=(libgit2.so)
 source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('825737e4a1991fba50ea535f15b0e560ebe76ead752e04aeba36925b944d0da77fe9826a70980a1aa3d0bf9afbedfab79dd92e799c9252931384c89ebec9b012')
-b2sums=('c27870124c7e63a37794014a802a6fce46c577313f3b6081580f920fa842a65305b5bc56aa6ab02cf87c533d6052afdc37317f96aa1fd67387b07f52415ccbe3')
+sha512sums=('e5634267bd9c6a594c9a954d09c657e7b8aadf213609bf7dd83b99863d0d0c7109a5277617dd508abc2da54ea3f12c2af1908d1aeb73c000e94056e2f3653144')
+b2sums=('f3cc5259a5804bb1e319633269a8c488d7195683e39c178fbe5dc43278736bf15f706c1ca8f72b519ef647033ed11426ea40ceb0dd3ffddae3a35839493d6c54')
 
 build() {
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgit2/-/commit/a012bf7c0f74d048f01cdf181d7e81038b9fae86

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgit2/-/commit/a012bf7c0f74d048f01cdf181d7e81038b9fae86
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to