From 6ff5d02dc12bdcefe39776bb51ce4a404b4b8477 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Thu, 29 Feb 2024 20:12:46 +0900 Subject: [PATCH] editors/vscode: chase electron27 update --- editors/vscode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index d1f04378d0559..a2934524babb0 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.86.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \