Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9A96B781AE0 for <~alpine/aports@lists.alpinelinux.org>; Sat, 4 Sep 2021 07:19:14 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1630739951; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=LvE9mNpei1hFsvKrhv1I846Ny/66NxotyvIwTLhgkOo=; b=uHjOhNMdAL4EnTuizRnjGIXTgycGb4/Ns0r3qBExpcV4EmfNLVuC03FktBhhaYOduLzhWK 7hT57aTXWDF7lziC2Vpv8RSok9S/arnqGm53UgiW5xIH5UMq6GhnZ8qNvfcwayscMflGic kL/vjYH8u1TPnm3dMpUMgnh+lSdXnwaRH2FkM2l/tkUyRUed+fPnX5P7b6MOTifC8Nfdhk RRTrHXw3JRZSvT6aKdmW7j55pAZMURqazymCkpYxDtoGzo9jUIpRYOrxIpLsBmOWrSuYfm lcw/6cH9miUPq16dPp4aZO5NW5ffGNATFDL4dLBHo5cziUTLB0U/rsqaJzVYXg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/libgit2: upgrade to 1.2.0 Date: Sat, 4 Sep 2021 09:19:09 +0200 Message-Id: <20210904071909.11046-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- 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