dev-util/docker-language-server: change dep tarball link to official gentoo source

Sorry that it took so long, I got busy with some personal inconveniences

Bug: https://bugs.gentoo.org/977887
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
This commit is contained in:
ingenarel (NeoJesus)
2026-07-13 07:15:45 +06:00
parent 20faf047e4
commit e0df599001
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
DIST docker-language-server-0.20.1-deps.tar.xz 170888880 BLAKE2B b6083d3452a67a8774405db2afdf52ae672f338451dd9896e9a395c837cce565f7b41baf375490b3f0c69d6e4b27f72170dbc9225c4522dafc182f2267102f61 SHA512 163b1e04ada6e2c1219430a9fe65397c74d954e41062b487a821c1a60134b50df4a29064073538db88cdb2334e2f8aff42e6c32a38a9ee2d4db48c7fa525db66
DIST docker-language-server-0.20.1-deps.tar.xz 68586972 BLAKE2B 6648208671449df396ace383f54f781118550b86373249bcca36803ce1270aeff42d0e9b2fb78da675aedfc2822e193f666289544a3d7f6818a18b9e473b71cd SHA512 a85e640494ae03f23092a30f5baf2d535f6ad60488d503021c82965634555b0841679a9b72c4531b4dfc7cb170434d3fe3040761380b103f9473a48f61c671d9
DIST docker-language-server-0.20.1.tar.gz 261348 BLAKE2B fef37c694fb4b0288a17a28d81ce6c01384e42433e753589d7021808ed4ec170ff65f8a3df9cbfea0bce1c2b052ffe3274fc0c21423637a21d9215b3c77451ec SHA512 0fb5edb069e0fa3a2ed0e5d0879e8385b93f31509de16b3c1d4824251ccf9b81ee97220e2abe89aaee481b1b47525fb36a2c48e854c481a79ace408b391c394d

View File

@@ -14,8 +14,7 @@ if [[ "${PV}" == 9999 ]]; then
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/docker/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/ingenarel/guru-depfiles/releases/download/${P}-deps.tar.xz/${P}-go-mod-deps.tar.xz ->
${P}-deps.tar.xz
https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-deps.tar.xz
"
fi