whisper: fix checksums in “large” variant

This commit is contained in:
jrabinow
2025-04-20 02:28:18 +00:00
committed by GitHub
parent 969696e189
commit 34d09511f0
+2 -2
View File
@@ -50,7 +50,7 @@ post-destroot {
xinstall ${workpath}/build/bin/ggml-metal.metal ${destroot}${prefix}/share/whisper/ggml
xinstall ${workpath}/build/bin/ggml-common.h ${destroot}${prefix}/share/whisper/ggml
xinstall -d ${destroot}${prefix}/lib
xinstall ${workpath}/build/src/libwhisper.1.7.5.dylib ${destroot}${prefix}/lib/libwhisper.1.dylib
xinstall ${workpath}/build/src/libwhisper.${version}.dylib ${destroot}${prefix}/lib/libwhisper.1.dylib
xinstall ${workpath}/build/ggml/src/libggml.dylib ${destroot}${prefix}/lib/libggml.dylib
xinstall ${workpath}/build/ggml/src/libggml-cpu.dylib ${destroot}${prefix}/lib/libggml-cpu.dylib
xinstall ${workpath}/build/ggml/src/libggml-base.dylib ${destroot}${prefix}/lib/libggml-base.dylib
@@ -112,7 +112,7 @@ variant medium description {Install medium model} {
variant large description {Install large model} {
distfiles-append ggml-large-v3.bin:large
master_sites-append https://huggingface.co/ggerganov/whisper.cpp/resolve/main/
checksums-append ggml-large.bin
checksums-append ggml-large-v3.bin \
sha256 64d182b440b98d5203c4f9bd541544d84c605196c4f7b845dfa11fb23594d1e2 \
size 3095033483
post-destroot {