Updated vscode to 1.95.3

This commit is contained in:
pkr 2024-11-14 23:46:55 +01:00
parent 28772550c9
commit 5c106f010f
2 changed files with 3 additions and 3 deletions

View File

@ -43,4 +43,4 @@ grep -qF sdl2-image-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY
# Add VSCode # Add VSCode
cp -fv xsoft/other/vscode.xml ../blfs_root/blfs-xml/xsoft/other cp -fv xsoft/other/vscode.xml ../blfs_root/blfs-xml/xsoft/other
grep -qF vscode.xml ../blfs_root/blfs-xml/xsoft/other/other.xml || sed -i '/<\/chapter>.*/i <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vscode.xml"/>' ../blfs_root/blfs-xml/xsoft/other/other.xml grep -qF vscode.xml ../blfs_root/blfs-xml/xsoft/other/other.xml || sed -i '/<\/chapter>.*/i <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vscode.xml"/>' ../blfs_root/blfs-xml/xsoft/other/other.xml
grep -qF vscode-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY vscode-version "1.95.2">' >> ../blfs_root/blfs-xml/packages.ent grep -qF vscode-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY vscode-version "1.95.3">' >> ../blfs_root/blfs-xml/packages.ent

View File

@ -4,9 +4,9 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY vscode-download-http "https://codeload.github.com/microsoft/vscode/tar.gz/refs/tags/1.95.2"> <!ENTITY vscode-download-http "https://codeload.github.com/microsoft/vscode/tar.gz/refs/tags/1.95.3">
<!ENTITY vscode-download-ftp " "> <!ENTITY vscode-download-ftp " ">
<!ENTITY vscode-md5sum "c2dfe6a14c9aa1536c7c9cd77800355f"> <!ENTITY vscode-md5sum "7ca69960d0830c6d8ef4e69707074b1b">
<!ENTITY vscode-size "4.6 MB"> <!ENTITY vscode-size "4.6 MB">
<!ENTITY vscode-buildsize "500 MB"> <!ENTITY vscode-buildsize "500 MB">
<!ENTITY vscode-time "2 SBU (using parallelism=4)"> <!ENTITY vscode-time "2 SBU (using parallelism=4)">