mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 05:52:22 +08:00
Updated vscode to version 1.96.2
This commit is contained in:
parent
af7e7caff6
commit
1aeb6ee422
@ -43,4 +43,4 @@ grep -qF sdl2-image-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY
|
||||
# Add VSCode
|
||||
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-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
|
@ -4,9 +4,9 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%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-md5sum "7ac1ad9acc126ec124e97950a95c17ed">
|
||||
<!ENTITY vscode-md5sum "7dfc365be2bcd9630b818e8d3945affe">
|
||||
<!ENTITY vscode-size "4.6 MB">
|
||||
<!ENTITY vscode-buildsize "500 MB">
|
||||
<!ENTITY vscode-time "2 SBU (using parallelism=4)">
|
||||
|
Loading…
Reference in New Issue
Block a user