net-misc/q: Bump to 0.8.3

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-09-27 07:47:36 +02:00
parent 11b0fc9e53
commit 6e6f935fc0
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 7 additions and 10 deletions

View File

@ -1,2 +1,2 @@
DIST q-0.8.2-deps.tar.xz 26449592 BLAKE2B 3a2a23ff11d494376ec3ae55b4ec2108fcf2cf25ac32f940a65fc7e34902583d63f86be3a0dcdc00ecbac5939d989e6d827dd4013d0f705a15e0b5a9611b87b5 SHA512 9a6012d14fe7533da796cf8e0328d9005bb2066784391651e612f3e6145d80babd81828a41610093fd671a5dfbd3289c95034cccdeaee755f86686a9620c1d6d
DIST q-0.8.2.tar.gz 387641 BLAKE2B 8d61f7a7f4740e40b19142d2481749605c85b4f14a864657dde50af36b42cec7ad42e50e8c28d774acc52d65afaaabc8c22e788319a39a886d0a76ee1c762c92 SHA512 14fe10c267b0897fa9884cb8b07f03f0457eb040547b444bade3b623938813722ba86da9b3d08d71bd4673ff186cd9a4930afb0b0c02debf5bed2a51d285256e
DIST q-0.8.3-deps.tar.xz 26999888 BLAKE2B 39e54614def73cec9e0621403dbf25a478b94dce4ab99bff445bb9d939de8732b76c5fde11e0a568b714e337c8f3b0d32d353eaf251897056fc2af6325f8a865 SHA512 1d57537ac8497099bcace46e62c9c96072da8d1742f0607886d9d092809e30dd70c5c3f479d602e0c172e75667739c1b601ce6719eaff7f8408243cf59a399fd
DIST q-0.8.3.tar.gz 388003 BLAKE2B 96583ac581a8282577159d78a90f712d8d6b9cd393063c638a87c40de93d3cea825af95ac8cff08d4bab7c41cad2213f7b32ac0ae9b9822ce1a189652d1f212e SHA512 4aa2e2dc9d049863273f16bad9ee0acd98d6e0b2c357b59631520d7a4a3499d46cca0f9140446cc853e9d743a7074defde323aac638b155af44f4ce43b702356

View File

@ -11,18 +11,15 @@ HOMEPAGE="https://github.com/natesales/q"
DESCRIPTION="DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH"
if [[ ${PV} == *_p* ]]; then
SRC_URI="
https://${EGO_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz
https://files.holgersson.xyz/gentoo/distfiles/${P}-deps.tar.xz
"
SRC_URI="https://${EGO_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT_ID}"
else
SRC_URI="
https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://files.holgersson.xyz/gentoo/distfiles/${P}-deps.tar.xz
"
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
# Add the manually vendored tarball.
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/${P}-deps.tar.xz"
MY_PN="q-dns"
KEYWORDS="~amd64"
LICENSE="AGPL-3 Apache-2.0 BSD BSD-2 GPL-3 MIT"