Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sci-biology/fastp/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST fastp-1.0.1.gh.tar.gz 167427 BLAKE2B 9eee960ef0efb0d0942f39a4daf664ba39dc84a1717cec6f44d31a9d842d1f27b3faa242c18d66f06f3ac5847012d3782c562ae5085323b321672da33e9386e6 SHA512 f0f8151a4c4ec27061a09ee4fec039d8b3e594d466e2f5335277032280bb3b5b2a181d607cef9c602735b9ecaab47b24ce17da90f09e8b9ca18b608970b504ea
DIST fastp-1.1.0.gh.tar.gz 174249 BLAKE2B 6b16f945a5544fa2082c9f365c629386d5db91dfcff787197db339426139dfc090edad940e6b6c95713c91db6bd3bec27d5254411a032c6b63415fea6b68e3f6 SHA512 36c33b329fb8b883c69838027b20a2ee22790db30ab2fb50922e8993b0dfeef4bec0af7d7e527d6ee1140c95f41fa7b9a452158da244c323c45a6f6be265682b
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Foundation
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -12,6 +12,7 @@ SLOT="0"
KEYWORDS="~amd64"

DEPEND="app-arch/libdeflate
dev-cpp/highway
dev-libs/isa-l"

src_install() {
Expand Down
Loading