Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 20ABE780DB7 for <~alpine/aports@lists.alpinelinux.org>; Thu, 4 Nov 2021 12:33:31 +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=1636028702; 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=iWIlNtIa7+Nhi6NGDkkPLeIZyn+49N9CZxxUxlNP+CU=; b=NZEt95DPe36k1QWDeMqF3ioBBd/K+MulvKzElfkHnI/HzybyCzXjvxL2dbrmSY0Dn/BFPF RYwkDhYUl40jZkZXdK0eimPNwrgWZ3VqZhz0okIOCheYCsmm/1W9Td3CCUmhWiY/gTLPxA ZCI/RHsxBu+FnACdggtdv7uboY52waE/ahVPS63TOZy9chXk/rPjEKJxvh+Kp6d+E2IIxT y+FJeLHneIIOt4AStM3sVp01SrjSEDeSSiGFo+XFrTr9yvo+pUYNwPQbuVEnyW2Q/7LBau baA+XdtmY9wkpDbu+FI3sg7rx91NgajURQx0MBhAb3tzj4sjItAXYIHKDT22bA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/yggdrasil: upgrade to 0.4.2 Date: Thu, 4 Nov 2021 13:24:57 +0100 Message-Id: <20211104122457.25409-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/yggdrasil/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/yggdrasil/APKBUILD b/community/yggdrasil/APKBUILD index 9941d60854..e0f43239a1 100644 --- a/community/yggdrasil/APKBUILD +++ b/community/yggdrasil/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=yggdrasil -pkgver=0.4.0 -pkgrel=1 +pkgver=0.4.2 +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=" -06e138d04b075e207d66eed7c13653b572edd807bf8b49f60624b6cf876653e976eef1f2c196a2960cc9a1276edce43d1f0a1010c33394fd5a03a756a4a30224 yggdrasil-0.4.0.tar.gz +484f979481d8aeae798409e68cdc3732aaf76af7e25afa24138ec6137e6d96fe74789563fc5a874cb3103ae9197b5c5bb8404d18d04561433bed613038009f47 yggdrasil-0.4.2.tar.gz 089221d9dd703b21714ac5ec04f23218083d216ff259fdd76942c9b2089ee4ca908b360dca0c1f4fa2e0bb1de7d57f0c638d8db9bc782cbe0ed1733f6888171a yggdrasil.confd 3a65df7945389d91bcd43b75e2cab6d0982ca83322bdc196f7efdb00effa652b9297286b7743b12eeb6bcb41835e8dfb2d42cdcb131dfa46f8399485c6d80d75 yggdrasil.initd 871b650ff982be061532b4c5fe4812f41e6e2c58fc69b24f8a745f9a43389da44e742a69b0467b3c3d9e2b031af0728e20f10fa4584695c4f5ac87768a1fd34e modules.conf -- 2.33.1