Merge pull request #83 from Mcklaren/patch-23

Fix python ssl problem
This commit is contained in:
Mcklaren 2023-07-20 22:57:54 +02:00 committed by GitHub
commit dd2f5c9e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -3,8 +3,8 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "NerdTools"> <!ENTITY name "NerdTools">
<!ENTITY author "UnRAIDES"> <!ENTITY author "UnRAIDES">
<!ENTITY version "2023.07.18"> <!ENTITY version "2023.07.20">
<!ENTITY md5 "035da011e5cbb7810f00e21447839271"> <!ENTITY md5 "507b084014471ac25e7ae3bb6ffa7a8e">
<!ENTITY launch "Settings/&name;"> <!ENTITY launch "Settings/&name;">
<!ENTITY github "UnRAIDES/unRAID-&name;"> <!ENTITY github "UnRAIDES/unRAID-&name;">
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg"> <!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
@ -17,6 +17,8 @@
<CHANGES> <CHANGES>
##&name; ##&name;
###2023.07.20
- Fixed: rollback python3-3.9.16 for fix SSL problem
###2023.07.18 ###2023.07.18
- Update: vim-9.0.1672 - Update: vim-9.0.1672
- Update: python3-3.9.17 - Update: python3-3.9.17
@ -191,7 +193,7 @@ echo "-----------------------------------------------------------"
echo " &name; has been installed." echo " &name; has been installed."
echo "" echo ""
echo " Copyright 2023, &author;" echo " Copyright 2023, &author;"
echo " based on NerdPack" echo " Based on NerdPack"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""
@ -222,7 +224,7 @@ echo ""
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo " &name; has been removed." echo " &name; has been removed."
echo " Copyright 2023, &author;" echo " Copyright 2023, &author;"
echo " based on NerdPack" echo " Based on NerdPack"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""