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

Switch over to fully XDG compliant skills directories

This commit is contained in:
j1nx
2021-04-05 16:03:41 +02:00
parent b2635222ab
commit a8d3e23a4e
88 changed files with 327 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pako/json
md5 8eb7077075091c50e4b8a9f939607277 pako-0.2.3.tar.gz
sha256 6be55fd8c5a2a6f02974f37438c1c47a3d9e764ce81c9d0a1a8c9a1815a59778 pako-0.2.3.tar.gz
sha256 c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d72231f pako-0.3.1.tar.gz
# Locally computed sha256 checksums
sha256 a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PAKO_VERSION = 0.2.3
PYTHON_PAKO_VERSION = 0.3.1
PYTHON_PAKO_SOURCE = pako-$(PYTHON_PAKO_VERSION).tar.gz
PYTHON_PAKO_SITE = https://files.pythonhosted.org/packages/96/91/bf16a2f64a6628dfbfd9218f0331fbf73655530608ddd2f8fb597fdb9458
PYTHON_PAKO_SITE = https://files.pythonhosted.org/packages/0d/27/0c491946572618f32c174101facca4dfb7034317e045c1e3950ed4fee689
PYTHON_PAKO_SETUP_TYPE = setuptools
PYTHON_PAKO_LICENSE = Apache-2.0
PYTHON_PAKO_LICENSE_FILES = LICENSE