Received: from devianza.investici.org (devianza.investici.org [198.167.222.108]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id ADEEE780FDC for <~alpine/aports@lists.alpinelinux.org>; Thu, 17 Jun 2021 14:38:29 +0000 (UTC) Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4G5PYk1XVpz6vml; Thu, 17 Jun 2021 14:28:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paranoici.org; s=stigmate; t=1623940122; bh=X/Gofwt5Z0VoWAy63G4g7gqwh2s8ZBmHLRTdDUdDnwk=; h=From:To:Cc:Subject:Date:From; b=lvj0MKRgdnOXV92kwI0sC71Py1ac4QtuVr6wqJFN4iBkd0w/WcnKRylozdVo5AjBb j9UXQK/Ny9s93uFFMBKAoV64o7WVJbRJb961jztXhK/foIvTO5IC8ojEy7fErxpv+p eHW1ZSlj6SOoVZO+5l7/xC4hlkXNzAuQpZly1I2I= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: kikoodx@paranoici.org) by localhost (Postfix) with ESMTPSA id 4G5PYk08cjz6vmj; Thu, 17 Jun 2021 14:28:41 +0000 (UTC) From: KikooDX To: ~alpine/aports@lists.alpinelinux.org Cc: KikooDX Subject: [PATCH] testing/afetch: upgrade to 2.2.0 Date: Thu, 17 Jun 2021 16:28:04 +0200 Message-Id: <20210617142804.7066-1-kikoodx@paranoici.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/afetch/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testing/afetch/APKBUILD b/testing/afetch/APKBUILD index b617f748d6..461b757ad3 100644 --- a/testing/afetch/APKBUILD +++ b/testing/afetch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: KikooDX # Maintainer: KikooDX pkgname=afetch -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=0 pkgdesc="Fast and simple system info written in C" url="https://github.com/13-CF/afetch" @@ -20,4 +20,6 @@ package() { install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="a5476147b24a3f98f2a0317528ce5c4d6ddf9a8b66cbcd144bf2497b370dabed8be987baf15b7e3eb49c2aeab6af378f9f276884642a55a824aeebd64699e0d1 afetch-2.1.0.tar.gz" +sha512sums=" +90503f197b454e2edd8d11db3246c57f975b962c639bddc73563c12c5bf63448c4de5b24c550459a3a75cbddb1812a2999363de347c9b970b8eb4d7cd305375c afetch-2.2.0.tar.gz +" -- 2.32.0