~alpine/aports

main/iputils: upgrade to 20210202 v1 APPLIED

Petr Vorel: 1
 main/iputils: upgrade to 20210202

 1 files changed, 3 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3444/mbox | git am -3
Learn more about email & git

[PATCH 1/1] main/iputils: upgrade to 20210202 Export this patch

From: Petr Vorel <pvorel@suse.cz>

Upstream changed version scheme: dropped leading 's', reflect it.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 main/iputils/APKBUILD | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/main/iputils/APKBUILD b/main/iputils/APKBUILD
index ec7592e4a0..092f8c9857 100644
--- a/main/iputils/APKBUILD
+++ b/main/iputils/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iputils
pkgver=20200821
pkgver=20210202
pkgrel=0
pkgdesc="IP Configuration Utilities (and Ping)"
url="https://github.com/iputils/iputils/"
@@ -8,10 +8,9 @@ arch="all"
license="BSD-3-Clause AND GPL-2.0-or-later AND MIT"
makedepends="libcap-dev meson"
replaces="bbsuid"
source="https://github.com/iputils/iputils/archive/s$pkgver.tar.gz
source="$pkgname-$pkgver.tar.gz::https://github.com/iputils/iputils/archive/$pkgver.tar.gz
	"
options="!check suid"
builddir="$srcdir/$pkgname-s$pkgver"

build() {
	abuild-meson \
@@ -43,4 +42,4 @@ package() {
	ln -s ping "$pkgdir"/bin/ping6
}

sha512sums="4a57c3637cdd9aab2600682774e27370716cbdf1c7ac8ae61bf86c21c08701a5b697792df4aa95309b196eaa74f3cb6b2836a40f04da0e602156e982ac99d8c9  s20200821.tar.gz"
sha512sums="af600fe74e1b78c0da66c378f55eb468d62206aaae1864693f7ec79833c9c0de95843573d1792627695f08ecfcdb4e79c354065daf178d393fcc6ef9a8a5d526  iputils-20210202.tar.gz"
-- 
2.30.0