From 0362bf808198d47e6aaa4a4838251f870d6dce4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Battermann?= Date: Mon, 9 Nov 2020 07:14:16 +0100 Subject: [PATCH] feat(mindfactory): add ryzen 5900x, 5950x (#720) --- src/store/model/mindfactory.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/store/model/mindfactory.ts b/src/store/model/mindfactory.ts index dc3fd6d..c1f16b0 100644 --- a/src/store/model/mindfactory.ts +++ b/src/store/model/mindfactory.ts @@ -93,6 +93,18 @@ export const Mindfactory: Store = { model: '5800x', series: 'ryzen5800', url: 'https://www.mindfactory.de/product_info.php/AMD-Ryzen-7-5800X-8x-3-80GHz-So-AM4-WOF_1380727.html' + }, + { + brand: 'amd', + model: '5900x', + series: 'ryzen5900', + url: 'https://www.mindfactory.de/product_info.php/AMD-Ryzen-9-5900X-12x-3-70GHz-So-AM4-WOF_1380728.html' + }, + { + brand: 'amd', + model: '5950x', + series: 'ryzen5950', + url: 'https://www.mindfactory.de/product_info.php/AMD-Ryzen-9-5950X-16x-3-40GHz-So-AM4-WOF_1380729.html' } ], name: 'mindfactory'