mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 14:32:21 +08:00
Updated vscode to 1.95.3
This commit is contained in:
parent
28772550c9
commit
5c106f010f
@ -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.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
|
@ -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.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-md5sum "c2dfe6a14c9aa1536c7c9cd77800355f">
|
||||
<!ENTITY vscode-md5sum "7ca69960d0830c6d8ef4e69707074b1b">
|
||||
<!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