Received: from devianza.investici.org (devianza.investici.org [198.167.222.108]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CC21478187F for <~alpine/aports@lists.alpinelinux.org>; Wed, 24 Mar 2021 15:58:16 +0000 (UTC) Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4F5CQx3vZsz6vFW; Wed, 24 Mar 2021 15:51:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paranoici.org; s=stigmate; t=1616601113; bh=6pCnE37FYkMXWki40DP6icuTKJiOPtUGdwGu9+5pUVQ=; h=From:To:Cc:Subject:Date:From; b=GpPnza/yvZnfHyR11eUb/Kj5TfmG/6GhCEeSswUFrDnU6XEdZwKBmgPCdNBRyWhMQ 5C5aQNbDLyWBmAdSO65HKLaw3wEZV/N642Fpbqkm9lHL4TB/SOny8Ljm4veIt2jZEh KRDdAkoNEYaSGIQ+gJC0p0bcqsqVJ8QLMTwX7wA4= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: kikoodx@paranoici.org) by localhost (Postfix) with ESMTPSA id 4F5CQx2hmBz6vFQ; Wed, 24 Mar 2021 15:51:53 +0000 (UTC) From: KikooDX To: ~alpine/aports@lists.alpinelinux.org Cc: KikooDX Subject: [PATCH] testing/afetch: upgrade to 1.0 Date: Wed, 24 Mar 2021 16:51:50 +0100 Message-Id: <20210324155150.13558-1-kikoodx@paranoici.org> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/afetch/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/testing/afetch/APKBUILD b/testing/afetch/APKBUILD index 8782bf8b35..94455f1568 100644 --- a/testing/afetch/APKBUILD +++ b/testing/afetch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: KikooDX # Maintainer: KikooDX pkgname=afetch -pkgver=0_git20210318 +pkgver=1.0 pkgrel=0 pkgdesc="Fast and simple system info written in C" url="https://github.com/13-CF/afetch" @@ -9,9 +9,7 @@ arch="all" license="GPL-3.0-or-later" subpackages="$pkgname-doc" options="!check" # there is no test suite -_gitrev=4eb0e27e67782fdbebf1abd472aa0f5c1ea6c365 -source="$pkgname-$_gitrev.tar.gz::https://github.com/13-CF/afetch/archive/$_gitrev.tar.gz" -builddir="$srcdir/$pkgname-$_gitrev" +source="$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz" build() { make @@ -22,4 +20,4 @@ package() { install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="91a23925bbf21ac3d312e5aecf750e3fb111c16058d7c571ac3b8be09c934d21f5af17901531adda007ebb2a3a84b5b2e5b46aa3f6fe6c8d51bdeb3636aba6c0 afetch-4eb0e27e67782fdbebf1abd472aa0f5c1ea6c365.tar.gz" +sha512sums="386c290254b41a0c119a1837f81c209792c9a376a9d4f68953538d58606001633877ff2185952c06012ea978a87b0a7172f1c665c726050135fa436da9ac0ee1 afetch-1.0.tar.gz" -- 2.31.0