diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-06-05 21:50:56 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-06-06 11:07:26 +0200 |
commit | b2232f0b3bdc6281264433180b67e331858b01d8 (patch) | |
tree | 6876b7eebc0eed4a65c4a0f599279148b8e39305 /app-mobilephone/mobile-config-firefox | |
parent | app-backup/timeshift-autosnap: update malformed variable in SRC_URI (diff) | |
download | guru-b2232f0b3bdc6281264433180b67e331858b01d8.tar.gz guru-b2232f0b3bdc6281264433180b67e331858b01d8.tar.bz2 guru-b2232f0b3bdc6281264433180b67e331858b01d8.zip |
*/*: fix BetterCompressionCheck
pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'app-mobilephone/mobile-config-firefox')
-rw-r--r-- | app-mobilephone/mobile-config-firefox/Manifest | 2 | ||||
-rw-r--r-- | app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/mobile-config-firefox/Manifest b/app-mobilephone/mobile-config-firefox/Manifest index 530a6aa6d..fa07c02bc 100644 --- a/app-mobilephone/mobile-config-firefox/Manifest +++ b/app-mobilephone/mobile-config-firefox/Manifest @@ -1 +1 @@ -DIST mobile-config-firefox-2.1.0.tar.gz 20799 BLAKE2B a1ec9526730f6f6acb5a62f6f7c2f7a204eda9b6eb601bfb1b4b9fafdf4d8d9b62e49f9dbf47700f52123f2fce227fc048bba973cdb7e820ef1b36039c7a48cd SHA512 31c17117ef771861704ff985c3c7ae087259107f8f3999d16303608def4a8846f29e6bafb5bdf87d0b7a2ec9e61c6ae426642e4ef783e502cf810fb8b7425a01 +DIST mobile-config-firefox-2.1.0.tar.bz2 18954 BLAKE2B c5eab1f94aa242c557ac60b4f6f094da004284280a15817929f0ef44b98a9a3351baec2886ee55c3fd9ea5237441fa0387363f5496f8223e782ae35030856aa8 SHA512 2a1ee9e3dac3e8066dc7052440e2ab69734e8bfdd25ab06c6250c2f15a6bb63d0dbe8cd3c0bcc546efaee12308b13c62dfd4c7dad7f1d6ab75139d5ced87f472 diff --git a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.1.0.ebuild b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.1.0.ebuild index a6cfe30a2..c5ea4f7ba 100644 --- a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.1.0.ebuild +++ b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Mobile and privacy friendly configuration for Firefox" HOMEPAGE="https://gitlab.com/postmarketOS/mobile-config-firefox" -SRC_URI="https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/${PV}/${P}.tar.gz" +SRC_URI="https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" |