Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 70CF77810EF for <~alpine/aports@lists.alpinelinux.org>; Thu, 7 Jul 2022 18:56:16 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1657219833; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=brYOx3WrfPuLgB7F/Ozvd8c17n1vO1P6RGE5+TLg/Aw=; b=eA90+Qzhr6lO29zgsaMH2FrshhwJvF0UABCekii468eqOhIMrtadWzK2eTrcPff3o2+Obk +jR7Vrp8DAxyc+FKB370DPi/6uAj4N6Y3XQXpjMXcAeh8es+u/WuiTChys0EteySykSq+y Nja3BfVQS9TeIbr5uY7th8HumoMdFBhsxiUCxidYMZMbAM9VbLLxpJ6LNX5yDirKy6SBkR tEB0m78YPr5QYKTYtKsihX7wPU02NFi/WHW/uI6Mr5iHQb81YKkzerDX/gHq8ploqKvPJX 1JXKpyxjKsuuMrQZwK9bGn3ykhFxCsCE0/SfjJWV0TZhQhFWOfpc21PhI01gnA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/yggdrasil: upgrade to 0.4.4 Date: Thu, 7 Jul 2022 20:50:27 +0200 Message-Id: <20220707185027.25561-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- Disregard this patch. community/yggdrasil/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/yggdrasil/APKBUILD b/community/yggdrasil/APKBUILD index 9f21167e4a..9a0ef81e5f 100644 --- a/community/yggdrasil/APKBUILD +++ b/community/yggdrasil/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=yggdrasil -pkgver=0.4.3 -pkgrel=3 +pkgver=0.4.4 +pkgrel=0 pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay network" url="https://yggdrasil-network.github.io/" arch="all" @@ -44,7 +44,7 @@ package() { } sha512sums=" -00ba6e611c6073e150db0d402edfcd4d548021b30c7afcc11507dfb2ac2e730433bd9f39438331e9d9de6d8a36fc57dc9f01b0d1cbad4927ffbf60906042aac3 yggdrasil-0.4.3.tar.gz +b61e5a22534d181ef48bde708c36eca83197a25e7e758dda7e81215e9e97db1a536f728fd4170784f6bdaf0742dbb1e3396fe71c06938272b0436cdb8665c0e0 yggdrasil-0.4.4.tar.gz 089221d9dd703b21714ac5ec04f23218083d216ff259fdd76942c9b2089ee4ca908b360dca0c1f4fa2e0bb1de7d57f0c638d8db9bc782cbe0ed1733f6888171a yggdrasil.confd 3a65df7945389d91bcd43b75e2cab6d0982ca83322bdc196f7efdb00effa652b9297286b7743b12eeb6bcb41835e8dfb2d42cdcb131dfa46f8399485c6d80d75 yggdrasil.initd 871b650ff982be061532b4c5fe4812f41e6e2c58fc69b24f8a745f9a43389da44e742a69b0467b3c3d9e2b031af0728e20f10fa4584695c4f5ac87768a1fd34e modules.conf base-commit: 649c88dcec15c8e9c8f11a8c97a427a9fe2388b7 prerequisite-patch-id: 0f2c3bbdd5841f21b2f572ccd7731bf792c84b5d -- 2.37.0