Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8E29D78079B for <~alpine/aports@lists.alpinelinux.org>; Mon, 7 Feb 2022 08:30:54 +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=1644222165; 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=tb0A2+PtP++h6F/HS3w1txAtM8LU45aMlMt2pqT17HA=; b=IzrvE45ZFx8rUWDgyZDcQ1pTwOoENUWsf2eD2sMc8oUMxSnaDxfwEe+CiYjQIh6U0aj1hT lviUmNr6pfFZbUAmMqEhg8VjHspy1zpbCIu1ZhmMLX/fjfQBexHKSdHtZOjha0h8AlFkx/ cyGFp5IwdRqwTfT6lBWL4q1DhIcJtgBMYmCpvj5Gbzj+vcvWzkzfklYzDVbYsVDK7WhxuY +kEh1qYRHPv5Ipo+gN0lS93gjIp1N8zghMlCQYgSYhJK8IXL6NZkzW7+CA/rTvli5ABU47 rJCyU10XVl5Vo+zOdqu8PwO3EG43zJQerNpBz0Fnt7F2Mqe7+N/m5E4dO76k3w== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/yggdrasil: upgrade to 0.4.3 Date: Mon, 7 Feb 2022 09:22:44 +0100 Message-Id: <20220207082244.28886-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/yggdrasil/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/yggdrasil/APKBUILD b/community/yggdrasil/APKBUILD index 9ccbb02474..8d2938dc54 100644 --- a/community/yggdrasil/APKBUILD +++ b/community/yggdrasil/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=yggdrasil -pkgver=0.4.2 -pkgrel=1 +pkgver=0.4.3 +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=" -484f979481d8aeae798409e68cdc3732aaf76af7e25afa24138ec6137e6d96fe74789563fc5a874cb3103ae9197b5c5bb8404d18d04561433bed613038009f47 yggdrasil-0.4.2.tar.gz +00ba6e611c6073e150db0d402edfcd4d548021b30c7afcc11507dfb2ac2e730433bd9f39438331e9d9de6d8a36fc57dc9f01b0d1cbad4927ffbf60906042aac3 yggdrasil-0.4.3.tar.gz 089221d9dd703b21714ac5ec04f23218083d216ff259fdd76942c9b2089ee4ca908b360dca0c1f4fa2e0bb1de7d57f0c638d8db9bc782cbe0ed1733f6888171a yggdrasil.confd 3a65df7945389d91bcd43b75e2cab6d0982ca83322bdc196f7efdb00effa652b9297286b7743b12eeb6bcb41835e8dfb2d42cdcb131dfa46f8399485c6d80d75 yggdrasil.initd 871b650ff982be061532b4c5fe4812f41e6e2c58fc69b24f8a745f9a43389da44e742a69b0467b3c3d9e2b031af0728e20f10fa4584695c4f5ac87768a1fd34e modules.conf -- 2.35.1