diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/ungoogled-chromium/Manifest | 2 | ||||
-rw-r--r-- | www-client/ungoogled-chromium/ungoogled-chromium-122.0.6261.69.ebuild (renamed from www-client/ungoogled-chromium/ungoogled-chromium-121.0.6167.184.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-client/ungoogled-chromium/Manifest b/www-client/ungoogled-chromium/Manifest index 5e40c875..0f466888 100644 --- a/www-client/ungoogled-chromium/Manifest +++ b/www-client/ungoogled-chromium/Manifest @@ -1 +1 @@ -DIST ungoogled-chromium_121.0.6167.184-1.1_linux.tar.xz 123717456 BLAKE2B bffe21d250d362d511a765a558605ef05046f0695d6e870d52a705c64ab2753bd3a1b338b5b58118cde0ad304c30474751ee1c862bffc029e543c9979391e3a6 SHA512 b8832d6347a3ee12e94398cf301d2d33326ee4711abe6e7fb7cafe7c276287bfc0ee66de031a4307e7afcb6688c4ed36c166a43c892981bddefac31cd7d3d402 +DIST ungoogled-chromium_122.0.6261.69-1_linux.tar.xz 124336300 BLAKE2B a5273cda0bfee063fdb4e866195cfba8a497cb3e17f35f19a4d4641dc42b2e7c93500d15149a32aa849b8fbe67bed849e7e2fdcda4149448a79696ac39dd04cd SHA512 ecd38bc116a72cb42faa4bad0c4e1d0205d45dc9ba4081886a30bec15c51b8c587e037efce9753831920019c319e78e706fa33b17c69f4a019642bdff73c5c38 diff --git a/www-client/ungoogled-chromium/ungoogled-chromium-121.0.6167.184.ebuild b/www-client/ungoogled-chromium/ungoogled-chromium-122.0.6261.69.ebuild index 7739341b..17d2b2e7 100644 --- a/www-client/ungoogled-chromium/ungoogled-chromium-121.0.6167.184.ebuild +++ b/www-client/ungoogled-chromium/ungoogled-chromium-122.0.6261.69.ebuild @@ -7,7 +7,7 @@ inherit desktop readme.gentoo-r1 xdg-utils DESCRIPTION="Modifications to Chromium for removing Google integration and enhancing privacy" HOMEPAGE="https://www.chromium.org/Home https://github.com/ungoogled-software/ungoogled-chromium" -SRC_URI="http://mirrors.redcorelinux.org/redcorelinux/amd64/distfiles/${PN}_${PV}-1.1_linux.tar.xz" +SRC_URI="http://mirrors.redcorelinux.org/redcorelinux/amd64/distfiles/${PN}_${PV}-1_linux.tar.xz" RESTRICT="binchecks mirror strip" LICENSE="BSD" @@ -84,7 +84,7 @@ GTK+ icon theme. For native file dialogs in KDE, install kde-apps/kdialog." QA_PREBUILT="*" -S="${WORKDIR}/${PN}_${PV}-1.1_linux" +S="${WORKDIR}/${PN}_${PV}-1_linux" src_install() { local CHROMIUM_HOME="/opt/chromium-browser" |