mirror of
https://github.com/UnRAIDES/unRAID-NerdTools
synced 2025-04-05 11:21:29 +00:00
Update various pacakges and add new packages
This commit is contained in:
parent
193ae5c3cf
commit
f482f3fdad
BIN
archive/NerdTools-2022.10.04d-x86_64-1.txz
Normal file
BIN
archive/NerdTools-2022.10.04d-x86_64-1.txz
Normal file
Binary file not shown.
BIN
packages/6.11/jdupes-1.19.1-x86_64-1_SBo.txz
vendored
BIN
packages/6.11/jdupes-1.19.1-x86_64-1_SBo.txz
vendored
Binary file not shown.
BIN
packages/6.11/jdupes-1.21.0-x86_64-1_SBo.txz
vendored
Normal file
BIN
packages/6.11/jdupes-1.21.0-x86_64-1_SBo.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.11/libsodium-1.0.18-x86_64-3.txz
vendored
Normal file
BIN
packages/6.11/libsodium-1.0.18-x86_64-3.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.11/vim-9.0.0623-x86_64-1.txz
vendored
Normal file
BIN
packages/6.11/vim-9.0.0623-x86_64-1.txz
vendored
Normal file
Binary file not shown.
|
@ -3,8 +3,8 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "NerdTools">
|
||||
<!ENTITY author "UnRAIDES">
|
||||
<!ENTITY version "2022.10.04c">
|
||||
<!ENTITY md5 "786a9a1ea55fea0cfa52f2b081449281">
|
||||
<!ENTITY version "2022.10.04d">
|
||||
<!ENTITY md5 "a2f0ab9b2e0ef61d36c41486727ed21e">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY github "UnRAIDES/unRAID-&name;">
|
||||
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
|
||||
|
@ -17,6 +17,13 @@
|
|||
|
||||
<CHANGES>
|
||||
##&name;
|
||||
###2022.10.04d
|
||||
- Fix dependency for mediainfo package
|
||||
- Add vim-9.0.0623 package
|
||||
- Add libsodium-1.0.18 package as dependency of vim
|
||||
- Update jdupes to the version 1.21
|
||||
###2022.10.04c
|
||||
- Fix a bug with json file
|
||||
###2022.10.04b
|
||||
- Minor change for developer tools
|
||||
###2022.10.04a
|
||||
|
|
|
@ -187,4 +187,15 @@ function checkDepends() {
|
|||
} catch (error) {
|
||||
console.error('Error checkDepends' + error);
|
||||
}
|
||||
try {
|
||||
if ($('#mediainfo')[0].checked) {
|
||||
$('#libzen').switchButton({ checked: true });
|
||||
$('#libzen', '.pkgvalue').val('yes');
|
||||
$('#libmediainfo').switchButton({ checked: true });
|
||||
$('#libmediainfo', '.pkgvalue').val('yes');
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Error checkDepends' + error);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user