diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2023-08-11 07:49:06 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2023-08-11 07:49:06 +0000 |
commit | bcb05116f5fc3925b92aaca6376f7a2154cf210b (patch) | |
tree | ce1c0020cba82eb8d2ec0c9ac31e1ff0e0a15194 | |
parent | aee701085f9986e61034bf5da06aac9a691a9b4b (diff) |
editors/vscode: chase electron22 update
-rw-r--r-- | editors/vscode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index e00449db2270..fd19fff16645 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.81.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \ |