whisper.cpp: Update to 1.7.5 (#23947)
* the github repo moved * the old tags are gone, but there are releases now
This commit is contained in:
@@ -4,12 +4,12 @@ _realname=whisper.cpp
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
epoch=1
|
||||
pkgver=b2339
|
||||
pkgrel=3
|
||||
pkgver=1.7.5
|
||||
pkgrel=1
|
||||
pkgdesc="Port of OpenAI's Whisper model in C/C++ (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('ucrt64' 'clang64' 'clangarm64' 'mingw64')
|
||||
url='https://github.com/ggerganov/whisper.cpp'
|
||||
url='https://github.com/ggml-org/whisper.cpp'
|
||||
license=('spdx:MIT')
|
||||
depends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
@@ -21,8 +21,8 @@ makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-cmake"
|
||||
"${MINGW_PACKAGE_PREFIX}-ninja"
|
||||
)
|
||||
source=("https://github.com/ggerganov/whisper.cpp/archive/refs/tags/${pkgver}.tar.gz")
|
||||
sha256sums=('bf6d5ab89f13c548058b0a7d45b55de951b62899644f3419ae9a2cdad24ec9e1')
|
||||
source=("https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('2fda42b57b7b8427d724551bd041616d85401fb9382e42b0349132a28920a34f')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"
|
||||
|
||||
Reference in New Issue
Block a user