Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AE29078105A for <~alpine/aports@lists.alpinelinux.org>; Sat, 4 Sep 2021 08:10:05 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id E084344012B; Sat, 4 Sep 2021 10:10:04 +0200 (CEST) Date: Sat, 4 Sep 2021 10:10:04 +0200 From: Kevin Daudt To: Drew DeVault Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] community/libgit2: upgrade to 1.2.0 Message-ID: References: <20210904071909.11046-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210904071909.11046-1-sir@cmpwn.com> On Sat, Sep 04, 2021 at 09:19:09AM +0200, Drew DeVault wrote: > --- > community/libgit2/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/community/libgit2/APKBUILD b/community/libgit2/APKBUILD > index 601950a42f..23076a4f9b 100644 > --- a/community/libgit2/APKBUILD > +++ b/community/libgit2/APKBUILD > @@ -3,7 +3,7 @@ > # Contributor: Pierre-Gilas MILLON > # Maintainer: Natanael Copa > pkgname=libgit2 > -pkgver=1.1.1 > +pkgver=1.2.0 > pkgrel=0 > pkgdesc="linkable library for Git" > url="https://libgit2.org/" > @@ -100,5 +100,5 @@ tests() { > } > > sha512sums=" > -287255c81e5baa04d8fbce95efca8174cb34da8025cab979445d41e8361955f1d8c582d7705666ae9fc03c5215fc4f4f57e51d73d14ca9b063ed94077f88e6bc libgit2-1.1.1.tar.gz > +428188de153fdf8ff5bf78949f4a3a89fba57b87a8b641f92fed501df6a8cfdb72e0ffe0bf61a98adf210a2867134eb4421ea4b8d8219331aabc3daddd92f5fc libgit2-1.2.0.tar.gz > " > -- > 2.33.0 > This upgrade was already done, but reverted, because it has a soname change: -usr/lib/libgit2.so.1.1 -usr/lib/libgit2.so.1.1.1 +usr/lib/libgit2.so.1.2 +usr/lib/libgit2.so.1.2.0 The following packages would need to be rebuilt: * community/bat * community/broot * community/calligra * community/exa * community/git-interactive-rebase-tool * community/gitui * community/kup * community/libgit2-glib * community/py3-pygit2 * community/ruby-rugged * community/rust * community/stagit * community/starship * testing/elektra * testing/nushell * testing/onefetch Kevin