Updated packages of qBittorrent, sdl2-image and vscode

This commit is contained in:
pkr 2024-12-19 19:31:54 +01:00
parent fdc2571856
commit af7e7caff6
4 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ grep -qF libtorrent-rasterbar-version ../blfs_root/blfs-xml/packages.ent || echo
# Add qBittorrent
cp -fv xsoft/other/qbittorrent.xml ../blfs_root/blfs-xml/xsoft/other
grep -qF qbittorrent.xml ../blfs_root/blfs-xml/xsoft/other/other.xml || sed -i '/<\/chapter>.*/i <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qbittorrent.xml"/>' ../blfs_root/blfs-xml/xsoft/other/other.xml
grep -qF qbittorrent-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY qbittorrent-version "5.0.2">' >> ../blfs_root/blfs-xml/packages.ent
grep -qF qbittorrent-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY qbittorrent-version "5.0.3">' >> ../blfs_root/blfs-xml/packages.ent
# Add pkcs11-helper
cp -fv postlfs/security/pkcs11-helper.xml ../blfs_root/blfs-xml/postlfs/security
@ -38,9 +38,9 @@ grep -qF sdl2-ttf-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY s
# Add SDL2_image
cp -fv general/graphlib/sdl2-image.xml ../blfs_root/blfs-xml/general/graphlib
grep -qF sdl2-image.xml ../blfs_root/blfs-xml/general/graphlib/graphlib.xml || sed -i '/<\/chapter>.*/i <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sdl2-image.xml"/>' ../blfs_root/blfs-xml/general/graphlib/graphlib.xml
grep -qF sdl2-image-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY sdl2-image-version "2.8.2">' >> ../blfs_root/blfs-xml/packages.ent
grep -qF sdl2-image-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY sdl2-image-version "2.8.3">' >> ../blfs_root/blfs-xml/packages.ent
# 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.3">' >> ../blfs_root/blfs-xml/packages.ent
grep -qF vscode-version ../blfs_root/blfs-xml/packages.ent || echo '<!ENTITY vscode-version "1.96.1">' >> ../blfs_root/blfs-xml/packages.ent

View File

@ -4,9 +4,9 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY sdl2-image-download-http "https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.2/SDL2_image-2.8.2.tar.gz">
<!ENTITY sdl2-image-download-http "https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.3/SDL2_image-2.8.3.tar.gz">
<!ENTITY sdl2-image-download-ftp " ">
<!ENTITY sdl2-image-md5sum "8464c8aaad39fe9be6a9c1e85b370cd1">
<!ENTITY sdl2-image-md5sum "ee23162d40bc57762392bf22ac2c0b94">
<!ENTITY sdl2-image-size "12.6 MB">
<!ENTITY sdl2-image-buildsize "150 MB">
<!ENTITY sdl2-image-time "1 SBU (using parallelism=4)">

View File

@ -4,9 +4,9 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY qbittorrent-download-http "https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.2/qbittorrent-5.0.2.tar.gz">
<!ENTITY qbittorrent-download-http "https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.3/qbittorrent-5.0.3.tar.gz">
<!ENTITY qbittorrent-download-ftp " ">
<!ENTITY qbittorrent-md5sum "02495051bd205889eb0c9f73d4184e38">
<!ENTITY qbittorrent-md5sum "31677eab9b89a8519d906f388520884a">
<!ENTITY qbittorrent-size "4.6 MB">
<!ENTITY qbittorrent-buildsize "500 MB">
<!ENTITY qbittorrent-time "2 SBU (using parallelism=4)">

View File

@ -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.3">
<!ENTITY vscode-download-http "https://codeload.github.com/microsoft/vscode/tar.gz/refs/tags/1.96.1">
<!ENTITY vscode-download-ftp " ">
<!ENTITY vscode-md5sum "7ca69960d0830c6d8ef4e69707074b1b">
<!ENTITY vscode-md5sum "7ac1ad9acc126ec124e97950a95c17ed">
<!ENTITY vscode-size "4.6 MB">
<!ENTITY vscode-buildsize "500 MB">
<!ENTITY vscode-time "2 SBU (using parallelism=4)">