Received: from devianza.investici.org (devianza.investici.org [198.167.222.108]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 748D2782B12 for <~alpine/aports@lists.alpinelinux.org>; Fri, 2 Apr 2021 10:03:12 +0000 (UTC) Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4FBb6N3PTzz6vKH; Fri, 2 Apr 2021 09:56:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paranoici.org; s=stigmate; t=1617357372; bh=8jK5TTZykYGDPJOW7SBcqBs6GTxtFyox2+q5Q9azuqo=; h=From:To:Cc:Subject:Date:From; b=LfKW09OqQFdiekKVaLh9ehqmBoVAG8BAdNlHbZlVUIZa9bTNeRsLlTIYnpE6DEVsZ JcKV+yKA0UFUU+c6Cdi5P5yWfplXnOByPcRIeBMF5JtgIA0Aom4QZwcYIeYsPxDJqJ 5xtvcHBHxROcl2+7NOQbNMzO7nFFvxm+CggMlLh0= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: kikoodx@paranoici.org) by localhost (Postfix) with ESMTPSA id 4FBb6N27g5z6vJ2; Fri, 2 Apr 2021 09:56:12 +0000 (UTC) From: KikooDX To: ~alpine/aports@lists.alpinelinux.org Cc: KikooDX Subject: [PATCH] testing/afetch: upgrade to 2.1.0 Date: Fri, 2 Apr 2021 11:55:53 +0200 Message-Id: <20210402095552.12702-1-kikoodx@paranoici.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/afetch/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/afetch/APKBUILD b/testing/afetch/APKBUILD index 94455f1568..b617f748d6 100644 --- a/testing/afetch/APKBUILD +++ b/testing/afetch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: KikooDX # Maintainer: KikooDX pkgname=afetch -pkgver=1.0 +pkgver=2.1.0 pkgrel=0 pkgdesc="Fast and simple system info written in C" url="https://github.com/13-CF/afetch" @@ -9,7 +9,7 @@ arch="all" license="GPL-3.0-or-later" subpackages="$pkgname-doc" options="!check" # there is no test suite -source="$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/V$pkgver.tar.gz" build() { make @@ -20,4 +20,4 @@ package() { install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="386c290254b41a0c119a1837f81c209792c9a376a9d4f68953538d58606001633877ff2185952c06012ea978a87b0a7172f1c665c726050135fa436da9ac0ee1 afetch-1.0.tar.gz" +sha512sums="a5476147b24a3f98f2a0317528ce5c4d6ddf9a8b66cbcd144bf2497b370dabed8be987baf15b7e3eb49c2aeab6af378f9f276884642a55a824aeebd64699e0d1 afetch-2.1.0.tar.gz" -- 2.31.1