From 5f2d2413a076d4b00a4dd63d79c8555c05c29bd2 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Tue, 16 Dec 2025 14:50:32 +0100 Subject: [PATCH] CHG partdb-install --- depot.kuschel.at.kicad_httplib | 13 +++++++++++++ partdb-install.md | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 depot.kuschel.at.kicad_httplib diff --git a/depot.kuschel.at.kicad_httplib b/depot.kuschel.at.kicad_httplib new file mode 100644 index 0000000..87e97f7 --- /dev/null +++ b/depot.kuschel.at.kicad_httplib @@ -0,0 +1,13 @@ + { + "meta": { + "version": 1.0 + }, + "name": "Part-DB library", + "description": "This KiCAD library fetches information externally from ", + "source": { + "type": "REST_API", + "api_version": "v1", + "root_url": "https://depot.kuschel.at/en/kicad-api/", + "token": "the token has to be replaced, the token is stored in the kdbx password safe" + } +} diff --git a/partdb-install.md b/partdb-install.md index 9c0263d..f544ec9 100644 --- a/partdb-install.md +++ b/partdb-install.md @@ -29,7 +29,7 @@ A: `1.22.22` ssh kuschel nodejs --version ``` -A: `24.11.0` +A: `24.11.1` ### Check the database MariaDB ``` @@ -42,11 +42,11 @@ A: `mariadb from 11.8.3-MariaDB, client 15.2 for debian-linux-gnu (x86_64) using ``` ssh kuschel php --version ``` -A: `PHP 8.4.14 (cli) (built: Oct 27 2025 21:20:52) (NTS) +A: `PHP 8.4.15 (cli) (built: Nov 20 2025 19:01:31) (NTS) Copyright (c) The PHP Group Built by Debian -Zend Engine v4.4.14, Copyright (c) Zend Technologies - with Zend OPcache v8.4.14, Copyright (c), by Zend Technologies` +Zend Engine v4.4.15, Copyright (c) Zend Technologies + with Zend OPcache v8.4.15, Copyright (c), by Zend Technologies` ## Installation