mirror of
https://github.com/UnRAIDES/unRAID-NerdTools
synced 2025-04-05 11:54:58 +00:00
Update packages and enhancements.
This commit is contained in:
parent
20679524e0
commit
1743b87230
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
archive/NerdTools-2023.07.18-x86_64-1.txz
Normal file
BIN
archive/NerdTools-2023.07.18-x86_64-1.txz
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/6.11/rar2fs-1.29.6-x86_64-1_SBo_UES.txz
vendored
Normal file
BIN
packages/6.11/rar2fs-1.29.6-x86_64-1_SBo_UES.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.11/unrar-6.1.7-x86_64-1_SBo_UES.txz
vendored
Normal file
BIN
packages/6.11/unrar-6.1.7-x86_64-1_SBo_UES.txz
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
@ -8,5 +8,6 @@
|
|||
"python3": "python-pip,python-setuptools",
|
||||
"tmux": "ncurses-terminfo",
|
||||
"vim": "libsodium",
|
||||
"wget2": "gpgme,lzlib,libassuan"
|
||||
"wget2": "gpgme,lzlib,libassuan",
|
||||
"rar2fs": "unrar"
|
||||
}
|
Binary file not shown.
BIN
packages/pkgs/rar2fs-1.29.6-x86_64-1_SBo_UES.txz
Normal file
BIN
packages/pkgs/rar2fs-1.29.6-x86_64-1_SBo_UES.txz
Normal file
Binary file not shown.
BIN
packages/pkgs/unrar-6.1.7-x86_64-1_SBo_UES.txz
Normal file
BIN
packages/pkgs/unrar-6.1.7-x86_64-1_SBo_UES.txz
Normal file
Binary file not shown.
Binary file not shown.
|
@ -3,8 +3,8 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "NerdTools">
|
||||
<!ENTITY author "UnRAIDES">
|
||||
<!ENTITY version "2023.06.07">
|
||||
<!ENTITY md5 "0b761463e59a198deab64b45b731b64f">
|
||||
<!ENTITY version "2023.07.18">
|
||||
<!ENTITY md5 "035da011e5cbb7810f00e21447839271">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY github "UnRAIDES/unRAID-&name;">
|
||||
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
|
||||
|
@ -17,6 +17,12 @@
|
|||
|
||||
<CHANGES>
|
||||
##&name;
|
||||
###2023.07.18
|
||||
- Update: vim-9.0.1672
|
||||
- Update: python3-3.9.17
|
||||
- Update: unrar-6.1.7 rename for work with rar2fs
|
||||
- Added: rar2fs-1.29.6
|
||||
- Enhanced: Rename update button for clearer text
|
||||
###2023.06.07
|
||||
- Enhanced: remove old packages when upgrading
|
||||
###2023.05.15
|
||||
|
|
|
@ -36,7 +36,7 @@ table.tablesorter tbody tr:nth-child(even) {
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<input onclick="packageQuery(1)" value="Check for Updates" type="button"><input class="reset" type="button" title="reset filters" value="Reset Filters">
|
||||
<input onclick="packageQuery(1)" value="Force Updates" type="button" title="Press if the package list doesn't load correctly"><input class="reset" type="button" title="Reset applied filters" value="Reset Filters">
|
||||
: <input id="btnApply" type="button" value="Apply"><input type="button" value="Done" onClick="done()">
|
||||
<input type="hidden" name="#file" value="NerdTools/NerdTools.cfg">
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user