Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CFECE782B7B for <~alpine/aports@lists.alpinelinux.org>; Sat, 11 Jul 2020 17:30:23 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id F0610440122; Sat, 11 Jul 2020 19:30:22 +0200 (CEST) Date: Sat, 11 Jul 2020 19:30:22 +0200 From: Kevin Daudt To: Simon Zeni Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/waypipe: upgrade to v0.7.0 Message-ID: <20200711173022.GA2569871@alpha> References: <20200711171925.14318-1-simon@bl4ckb0ne.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200711171925.14318-1-simon@bl4ckb0ne.ca> On Sat, Jul 11, 2020 at 01:19:25PM -0400, Simon Zeni wrote: > --- > testing/waypipe/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/testing/waypipe/APKBUILD b/testing/waypipe/APKBUILD > index c91309e4f7..28fece3442 100644 > --- a/testing/waypipe/APKBUILD > +++ b/testing/waypipe/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Simon Zeni > # Maintainer: Simon Zeni > pkgname=waypipe > -pkgver=0.6.1 > +pkgver=0.7.0 > pkgrel=2 > pkgdesc="A proxy for Wayland clients" > url="https://gitlab.freedesktop.org/mstoeckl/waypipe" > @@ -32,4 +32,4 @@ package() { > DESTDIR="$pkgdir" ninja -C build install > } > > -sha512sums="7b7cdc6d808f8f9e3720425af6ca1a75b81ffadc990e181f52940320efab6d5c6b55dcc10adb36c90b784426a71fab2a037206f4cb2634775628b52dc27cb830 waypipe-v0.6.1.tar.gz" > +sha512sums="d87f6da1aeabeec42be2d6a80c67eb8bd812cd6421493db492eae7fcd90004177000fd66b5c45c38bace2e98b0a1d4e648f2b12998a8f3f8089d0028a067226d waypipe-v0.7.0.tar.gz" > -- > 2.27.0 Hey Simon, This has been applied. Thanks for your contribution. Kevin