*/*: 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>
This commit is contained in:
Lucio Sauer
2024-06-05 21:50:56 +02:00
parent c0c19bf7dd
commit b2232f0b3b
32 changed files with 35 additions and 35 deletions

View File

@@ -1 +1 @@
DIST tools-v0.6.8.tar.gz 31958 BLAKE2B 6769f5831b73cf2d503c89d260f4c2aeadd52bbcc3dc372be269a6f8f4c5c1d205b7a764cd79f88cb5ba80a8e88e97b58f97257109e3a4a701eed26fb1c0514a SHA512 1d156641e3457624fc24e813eecd376f16b5537b56ad9ab3df36d94a3658d905d09ec2481bc0cf29e5ef1141c363f34c691295c2a70c982648713365d17fb1be
DIST tools-v0.6.8.tar.bz2 29737 BLAKE2B 993fcba453dc937cb60e5568bd406adaaa7f81d7887aeecef1aaca3deda105d419f58ef459927aac5d4dbca17f168f38c25488ce084b65a67ce17e666f5d45ac SHA512 198d87d4f80e37e44c6ae74ed2d1f6b253575123bbd6fd0fde1743dfb89caa883d3d57b1de3185363c434369a8b871b04ffb885f55a70715b66b748eca8c1d0f

View File

@@ -7,7 +7,7 @@ inherit cmake systemd
DESCRIPTION="A minimal composable infrastructure on top of libudev and libevdev"
HOMEPAGE="https://gitlab.com/interception/linux/tools"
SRC_URI="https://gitlab.com/interception/linux/tools/-/archive/v${PV}/tools-v${PV}.tar.gz"
SRC_URI="https://gitlab.com/interception/linux/tools/-/archive/v${PV}/tools-v${PV}.tar.bz2"
S="${WORKDIR}/tools-v${PV}"

View File

@@ -1 +1 @@
DIST kloak-0.2.30-2.tar.gz 98638 BLAKE2B e83c5ed44cb09da591d653629768526f332620c690f61d526b762f72a58fa37609883fc3db9b1b1c527a37cde929884f9b252d58e7b4ec53cf137451096e4d70 SHA512 be08c88251ddc03dcb641d6283e2bc6a4c59b4baa24a5a9f323f21f1228e04c9a24ec8954c190f89f3323ba7d67411c2b50da6d413fc93da604980d55e432890
DIST kloak-0.2.30-2.tar.bz2 98626 BLAKE2B e5bd388256e05cb2a3145f865f20ae007b09a5efa41d6068deb75ae1ff492f024b53e50e20ca4cc020a5b1a4b9983eda91c47e4458bc45ebcb2522cb4d717e4f SHA512 4222d4fe5b83a8517230530a1dfcd19349e06dd463669887b45cce21f1167c9e8a2f098e3e2b1678b9b8b85fb51440a05129b2f4404fca5725099a4840af5111

View File

@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="A privacy tool that makes keystroke biometrics less effective"
HOMEPAGE="https://github.com/Whonix/kloak"
SRC_URI="https://gitlab.com/whonix/kloak/-/archive/0.2.30-2/${P}-2.tar.gz"
SRC_URI="https://gitlab.com/whonix/kloak/-/archive/0.2.30-2/${P}-2.tar.bz2"
S="${WORKDIR}/${P}-2"