mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-containers/kind: update non-existent source link
fixes the following pkgcheck errors: app-containers/kind DeadUrl: version 0.27.0: SRC_URI: 404 Client Error: Not Found for url: https://github.com/dmdutra/gentoo-distfiles/raw/refs/heads/main/kind-v0.27.0-vendor.tar.xz the old repository was probably deleted, so i created a new depfile Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST kind-0.27.0-deps.tar.xz 3784196 BLAKE2B c2559370ca54c853985719545beda3f45de01d60835f5361884413fa2018d434412a758f6c711b519ac1570d759ead69073fd651bad9df9bb3ab4aa481ca61ad SHA512 91d029cd9585ac760c011644602ceda24ba5ca094cf9d9d9af63c0e3af2c9c87b5b97cd8929a745571cc4894613a179ed0aeb02780e56d765bfc1713d0a81424
|
||||
DIST kind-0.27.0.tar.gz 1938237 BLAKE2B 98155522b1c1d1aa1494efd427d100f53b863bda3750c406ec4add2ab5d5a04d25f526d07538b99ff824e5d86a33766ef562312c7cf955109819dbc79fba9921 SHA512 d80b7ad9a4d5318b33396c7df5fc20f83fdd3eed8d33a1d7ce722d11faacc85b6aeb3142da15390564de1330423a9f5a2670be930b5d95e61efbd2c35b5c6a62
|
||||
DIST kind-v0.27.0-vendor.tar.xz 518140 BLAKE2B 2570f5cc127575363643afef8bd5b10dad01662a84b72027610582424d11fbc657b4c277cb2470c72233e25f146f313a7859ceb22d35010d70ed2a999c7e04a3 SHA512 87d6737131261a5c87d2baa4ac5f5c0d313008b84f7d7e116a2d6f81eaa3ccd5e6cfa003d70f8986f3028a6629a7a2239d78c14ca409b82bb99a67af2db8f400
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit edo go-module shell-completion
|
||||
DESCRIPTION="Kind is a tool for running local Kubernetes clusters using Docker"
|
||||
HOMEPAGE="https://kind.sigs.k8s.io/"
|
||||
SRC_URI="https://github.com/kubernetes-sigs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" https://github.com/dmdutra/gentoo-distfiles/raw/refs/heads/main/${PN}-v${PV}-vendor.tar.xz"
|
||||
SRC_URI+=" https://github.com/ingenarel/guru-depfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz"
|
||||
|
||||
LICENSE="Apache-2.0 BSD BSD-2 MPL-2.0 MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user