1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump ovos-stt-plugin-server

This commit is contained in:
j1nx
2023-05-07 17:11:54 +02:00
parent 927cc56776
commit c8ec03df12
7 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_STT_PLUGIN_SERVER
bool "python-ovos-stt-plugin-server"
help
OpenVoiceOS companion plugin for OpenVoiceOS STT Server
https://github.com/OpenVoiceOS/ovos-stt-plugin-server

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 e722f87a3e1b5c7ae89d690f9e924122fdaedb6aa4bf1e7470ce64b756ed33d0 python-ovos-stt-plugin-server-8f440da949ced2f823383b87acb7c7e502cdb7ff.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-stt-plugin-server
#
################################################################################
PYTHON_OVOS_STT_PLUGIN_SERVER_VERSION = 8f440da949ced2f823383b87acb7c7e502cdb7ff
PYTHON_OVOS_STT_PLUGIN_SERVER_SITE = $(call github,OpenVoiceOS,ovos-stt-plugin-server,$(PYTHON_OVOS_STT_PLUGIN_SERVER_VERSION))
PYTHON_OVOS_STT_PLUGIN_SERVER_SETUP_TYPE = setuptools
PYTHON_OVOS_STT_PLUGIN_SERVER_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))