From 0a4f536e471cedaeb7d873f825ef95311a2d1162 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Tue, 24 Sep 2024 16:02:37 +0200 Subject: [PATCH] version bump dev-util/typos-1.24.6 --- dev-util/typos/Manifest | 2 +- dev-util/typos/{typos-1.24.5.ebuild => typos-1.24.6.ebuild} | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) rename dev-util/typos/{typos-1.24.5.ebuild => typos-1.24.6.ebuild} (79%) diff --git a/dev-util/typos/Manifest b/dev-util/typos/Manifest index fa9ba43..d94b990 100644 --- a/dev-util/typos/Manifest +++ b/dev-util/typos/Manifest @@ -1 +1 @@ -DIST typos-v1.24.5-x86_64-unknown-linux-musl.tar.gz 4333683 BLAKE2B 6b2e4a9a4ef3eb7c70097c3f3e3744fbe7f59bbf5dc1ade8e42bb12beeed2a8fec18d8f9cbac6c0f8414629119b4d8bdbb70f6ca262449321c81816bcd5399ee SHA512 ba04eca5e6ceaf2e7a34bf948938913bb801f2b8f138ec3b81805f9d4fb6e31f649d6143983e298f67e7ebe8f3520564e89798d6affa0d54bd89b1c3ef9b69c2 +DIST typos-v1.24.6-x86_64-unknown-linux-musl.tar.gz 4385380 BLAKE2B f7017be87508bf8f941e23e720a6987003da14e73cc60e0239faf9442c4750093140339f453a61d759a9224b950a7b6de14d06de6fb45a083d1d3bf3e1fc5e1d SHA512 ee725e87f0c180cd0db6e166bf6b10b969d40972340bae4adb6b2f87c5d2394071170e7bbcf36002a6cf8d33ba892a211e7e45324e45b134d577e86e38985b7d diff --git a/dev-util/typos/typos-1.24.5.ebuild b/dev-util/typos/typos-1.24.6.ebuild similarity index 79% rename from dev-util/typos/typos-1.24.5.ebuild rename to dev-util/typos/typos-1.24.6.ebuild index 633f4e7..bc1271f 100644 --- a/dev-util/typos/typos-1.24.5.ebuild +++ b/dev-util/typos/typos-1.24.6.ebuild @@ -7,7 +7,6 @@ DESCRIPTION="Source code spell checker." HOMEPAGE="https://github.com/crate-ci/typos" SRC_URI=" - https://github.com/crate-ci/typos/releases/download/v1.24.5/typos-v1.24.5-x86_64-unknown-linux-musl.tar.gz amd64? ( https://github.com/crate-ci/${PN}/releases/download/v${PV}/${PN}-v${PV}-x86_64-unknown-linux-musl.tar.gz ) " RESTRICT="mirror strip bindist" @@ -18,11 +17,10 @@ KEYWORDS="~amd64" DEPEND="" -RDEPEND=" - ${DEPEND} -" +RDEPEND="${DEPEND}" DOCS=( ) +QA_FLAGS_IGNORED="usr/bin/${PN}" pkg_setup(){ S="${WORKDIR}"