diff options
Diffstat (limited to 'editors/vscode/Makefile')
-rw-r--r-- | editors/vscode/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 11426f27dde4..943cd0ad6c7c 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.102.0 -PORTREVISION= 1 +DISTVERSION= 1.102.1 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -69,7 +68,7 @@ USES= desktop-file-utils gl gmake gnome gssapi:mit iconv:wchar_t \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= cb0c47c0cfaad0757385834bd89d410c78a856c0 +SOURCE_COMMIT_HASH= 7adae6a56e34cb64d08899664b814cf620465925 BINARY_ALIAS= python=${PYTHON_CMD} |