dev-util/google-antigravity: correct APT metadata paths in comments

The URLs for InRelease and Packages files in the comments were derived
from BASE_SRC_URI, which points to the pool/ directory for .deb files.
This updates the comments to correctly point to the dists/ directory,
which is the actual location of the APT metadata files.

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Florian Albrechtskirchinger
2026-02-19 15:20:34 +01:00
parent 238540bd41
commit 9a79a09ca9

View File

@@ -13,7 +13,7 @@ inherit chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig xdg
BASE_SRC_URI="https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian"
# See ${BASE_SRC_URI}/main/binary-${ARCH}/Packages
# See ${BASE_SRC_URI/pool/dists}/main/binary-${ARCH}/Packages
BUILD_ID_AMD64="1771473975"
BUILD_ID_ARM64="1771473972"
DEB_HASH_AMD64="bec6f978ba7532ab369d8234b1e87c15"
@@ -97,8 +97,8 @@ src_unpack() {
# Verify APT chain of trust:
# InRelease (signed) -> Packages (checksum) -> .deb (checksum)
# ${BASE_SRC_URI}/InRelease
# ${BASE_SRC_URI}/main/binary-${ARCH}/Packages
# ${BASE_SRC_URI/pool/dists}/InRelease
# ${BASE_SRC_URI/pool/dists}/main/binary-${ARCH}/Packages
verify-sig_verify_message InRelease - \
| sed "s,[0-9]\+ main/binary-${ARCH}.*,Packages.${ARCH}," \
| verify-sig_verify_unsigned_checksums - sha256 Packages.${ARCH}