Skip to content

Commit

Permalink
gui-wm/sommelier: Use a github mirror instead of upstream repo.
Browse files Browse the repository at this point in the history
Upstream may be generating tarballs on the fly, which breaks hashes.

Signed-off-by: Sasha Finkelstein <[email protected]>
  • Loading branch information
Sasha Finkelstein authored and chadmed committed Aug 28, 2024
1 parent 9984438 commit 1598918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gui-wm/sommelier/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST sommelier-0.12_p20240820.tar.gz 233933 BLAKE2B a6401259497c4029b2cce0f429412da7466dbdead2974786e93c91ace701598d64078a718152259f148b09e08f35dd8305f4e31d08d85b558117ead88b95f461 SHA512 bd1bd1fc25e7b1755a42363f90effbb82b4c09c8fca72cf38be42f95c63873a3dc29b7b02c71148d3b8b833ecb3a7d7cd6f70fb8d1ea72e63d42231b8f3696cd
DIST sommelier-0.12_p20240820.tar.gz 229272 BLAKE2B 8fb351b18ebdf6df36f2e80a76ffb1869ff0ef6010f0d25785c2f5746dbcfe8d3c24f5ab46959239998c2cda56aa00b5902c2487dab923c9ebcf93a24fad39eb SHA512 d05505294c76cb61ef55febc97ba6d8eb8a2a26b9d3a85c33b78e4313bf29a78a07888dcdc2a466f70a34d0069518dcb052652905324b3591384ada177893a53
6 changes: 1 addition & 5 deletions gui-wm/sommelier/sommelier-0.12_p20240820.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ inherit meson python-any-r1
DESCRIPTION="Nested Wayland compositor with support for X11 forwarding"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/refs/heads/main/vm_tools/sommelier/"

GIT_HASH="31e06b16f0546e277408ffbebc4e5dded7d3324e"

SRC_URI="
https://chromium.googlesource.com/chromiumos/platform2/+archive/${GIT_HASH}/vm_tools/sommelier.tar.gz -> ${P}.tar.gz
https://github.com/WhatAmISupposedToPutHere/sommelier/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

S="${WORKDIR}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
Expand Down

0 comments on commit 1598918

Please sign in to comment.