Updated vscode to version 1.96.2

This commit is contained in:
Krizsan Peter 2024-12-20 12:34:27 +01:00
parent af7e7caff6
commit 1aeb6ee422
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.96.1">' >> ../blfs_root/blfs-xml/packages.ent grep -qF vscode-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY vscode-version "1.96.2">' >> ../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.96.1"> <!ENTITY vscode-download-http "https://codeload.github.com/microsoft/vscode/tar.gz/refs/tags/1.96.2">
<!ENTITY vscode-download-ftp " "> <!ENTITY vscode-download-ftp " ">
<!ENTITY vscode-md5sum "7ac1ad9acc126ec124e97950a95c17ed"> <!ENTITY vscode-md5sum "7dfc365be2bcd9630b818e8d3945affe">
<!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)">