From 5f0eb51651ac1abc6fc1a7ec471db359adde9824 Mon Sep 17 00:00:00 2001 From: Margret Riegert Date: Mon, 26 Aug 2024 11:02:12 -0400 Subject: [PATCH] Fix macupdate.com bang URL (#105) --- data/bangs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/bangs.json b/data/bangs.json index 019c753..8ebd881 100644 --- a/data/bangs.json +++ b/data/bangs.json @@ -56424,7 +56424,7 @@ "s": "MacUpdate", "d": "www.macupdate.com", "t": "macupdate", - "u": "https://www.macupdate.com/find/mac/{{{s}}}", + "u": "https://www.macupdate.com/find/mac/context={{{s}}}", "c": "Shopping", "sc": "Tech" }, @@ -61956,7 +61956,7 @@ "s": "MacUpdate", "d": "macupdate.com", "t": "mu", - "u": "https://macupdate.com/find/mac/{{{s}}}", + "u": "https://macupdate.com/find/mac/context={{{s}}}", "c": "Tech", "sc": "Downloads (software)" },