From ca59777917777401affc5b72a68238983f286237 Mon Sep 17 00:00:00 2001 From: RitoFaith <74840642+RitoFaith@users.noreply.github.com> Date: Tue, 15 Dec 2020 14:10:26 +0100 Subject: [PATCH] feat(azerty): add ryzen 5000 series (#878) --- src/store/model/azerty.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/store/model/azerty.ts b/src/store/model/azerty.ts index 2d245ec..d970ad8 100644 --- a/src/store/model/azerty.ts +++ b/src/store/model/azerty.ts @@ -184,6 +184,34 @@ export const Azerty: Store = { series: '3070', url: 'https://azerty.nl/product/evga/4377252/xc3-black-geforce-rtx-3070-videokaart-8-gb-gddr6' + }, + { + brand: 'amd', + model: '5600x', + series: 'ryzen5600', + url: + 'https://azerty.nl/product/amd/4368019/ryzen-5-5600x-processor-3-7-ghz-4-6-ghz-' + }, + { + brand: 'amd', + model: '5800x', + series: 'ryzen5800', + url: + 'https://azerty.nl/product/amd/4368018/ryzen-7-5800x-processor-3-8-ghz-4-7-ghz-' + }, + { + brand: 'amd', + model: '5900x', + series: 'ryzen5900', + url: + 'https://azerty.nl/product/amd/4368017/ryzen-9-5900x-processor-3-7-ghz-4-8-ghz-' + }, + { + brand: 'amd', + model: '5950x', + series: 'ryzen5950', + url: + 'https://azerty.nl/product/amd/4368016/ryzen-9-5950x-processor-3-4-ghz-4-9-ghz-' } ], name: 'azerty'