Date: Sun, 10 Nov 2024 09:07:24 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 237ac37bf336 - main - editors/vscode: update to 1.95.2 Message-ID: <202411100907.4AA97OOx061827@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=237ac37bf3366f0f009a731c33216aeb52212d23 commit 237ac37bf3366f0f009a731c33216aeb52212d23 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-11-10 09:05:45 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-11-10 09:07:18 +0000 editors/vscode: update to 1.95.2 Changelog: https://code.visualstudio.com/updates/v1_95 Reported by: GitHub (watch releases) --- editors/vscode/Makefile | 5 ++--- editors/vscode/distinfo | 14 +++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 70085bb4f05f..20e40cf5b138 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.95.1 -PORTREVISION= 1 +DISTVERSION= 1.95.2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -71,7 +70,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= 65edc4939843c90c34d61f4ce11704f09d3e5cb6 +SOURCE_COMMIT_HASH= e8653663e8840adaf45af01eab5c627a5af81807 BINARY_ALIAS= python=${PYTHON_CMD} diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 4e91d19fd392..9ad841204f5f 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1730807347 -SHA256 (vscode/vscode-node-modules-1.95.1.tar.gz) = ce7e2f9edc29c924c709f9225acdcdf5b7f8f4a2a143b68182e1e2b728d3ba3d -SIZE (vscode/vscode-node-modules-1.95.1.tar.gz) = 398179623 -SHA256 (vscode/vscode-marketplace-exts-1.95.1.tar.gz) = 44bdd685d9a5470a8a1bc4b33cc796cd7dbd7a469070c74287732fc610d0396c -SIZE (vscode/vscode-marketplace-exts-1.95.1.tar.gz) = 1617401 -SHA256 (vscode/microsoft-vscode-1.95.1_GH0.tar.gz) = 89c280e9d84cdd41f0acec0b2cfc900bb46af5ef323c1f5f1073d506935f324e -SIZE (vscode/microsoft-vscode-1.95.1_GH0.tar.gz) = 20332995 +TIMESTAMP = 1731140183 +SHA256 (vscode/vscode-node-modules-1.95.2.tar.gz) = 64ffb33655d17189ec5989ec6cb96b3477623892569e5adedbd95510cc689561 +SIZE (vscode/vscode-node-modules-1.95.2.tar.gz) = 398052886 +SHA256 (vscode/vscode-marketplace-exts-1.95.2.tar.gz) = 1586e72e50719cbbfac406847631f99d252f941056f61502af67c56adab60dc7 +SIZE (vscode/vscode-marketplace-exts-1.95.2.tar.gz) = 1609084 +SHA256 (vscode/microsoft-vscode-1.95.2_GH0.tar.gz) = 4fe770ade68c49e8450bdf033321b64676275824b24b4dcedca13646cb65b396 +SIZE (vscode/microsoft-vscode-1.95.2_GH0.tar.gz) = 20332708
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411100907.4AA97OOx061827>