mirror of
https://github.com/UnRAIDES/unRAID-NerdTools
synced 2025-04-05 15:56:03 +00:00
commit
cae1b3907d
BIN
archive/NerdTools-2023.05.02-x86_64-1.txz
Normal file
BIN
archive/NerdTools-2023.05.02-x86_64-1.txz
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/6.11/borgbackup-1.2.4-x86_64-1_SBo_UES.txz
vendored
Normal file
BIN
packages/6.11/borgbackup-1.2.4-x86_64-1_SBo_UES.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.11/msgpack-python-1.0.5-x86_64-1_SBo_UES.txz
vendored
Normal file
BIN
packages/6.11/msgpack-python-1.0.5-x86_64-1_SBo_UES.txz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/6.11/sg3_utils-1.47-x86_64-1.txz
vendored
Normal file
BIN
packages/6.11/sg3_utils-1.47-x86_64-1.txz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/6.12/borgbackup-1.2.4-x86_64-1_SBo_UES.txz
vendored
Normal file
BIN
packages/6.12/borgbackup-1.2.4-x86_64-1_SBo_UES.txz
vendored
Normal file
Binary file not shown.
BIN
packages/6.12/msgpack-python-1.0.5-x86_64-1_SBo_UES.txz
vendored
Normal file
BIN
packages/6.12/msgpack-python-1.0.5-x86_64-1_SBo_UES.txz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
packages/6.12/sg3_utils-1.47-x86_64-1.txz
vendored
Normal file
BIN
packages/6.12/sg3_utils-1.47-x86_64-1.txz
vendored
Normal file
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"borgbackup": "python3,python-setuptools,llfuse",
|
"borgbackup": "python3,python-setuptools,llfuse,msgpack-python",
|
||||||
"expect": "tcl",
|
"expect": "tcl",
|
||||||
"iotop": "python2,libffi",
|
"iotop": "python2,libffi",
|
||||||
"irssi": "utf8proc",
|
"irssi": "utf8proc",
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
"mlocate":"A locate/updatedb implementation. It keeps a database of all existing files and allows you to lookup files by name. The 'm' updatedb reuses the existing database to avoid rereading most of the file system, which makes updatedb faster and does not trash the system caches as much as traditional locate implementations.",
|
"mlocate":"A locate/updatedb implementation. It keeps a database of all existing files and allows you to lookup files by name. The 'm' updatedb reuses the existing database to avoid rereading most of the file system, which makes updatedb faster and does not trash the system caches as much as traditional locate implementations.",
|
||||||
"moreutils":"moreutils is a growing collection of the unix tools that nobody thought to write long ago when unix was young.",
|
"moreutils":"moreutils is a growing collection of the unix tools that nobody thought to write long ago when unix was young.",
|
||||||
"mosh":"Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.",
|
"mosh":"Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.",
|
||||||
|
"msgpack-python":"MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.",
|
||||||
"mtr":"Combines the functionality of the traceroute and ping programs in a single network diagnostic tool.",
|
"mtr":"Combines the functionality of the traceroute and ping programs in a single network diagnostic tool.",
|
||||||
"multitail ":"MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console.",
|
"multitail ":"MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console.",
|
||||||
"mktorrent":"Torrent file creator",
|
"mktorrent":"Torrent file creator",
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdTools">
|
<!ENTITY name "NerdTools">
|
||||||
<!ENTITY author "UnRAIDES">
|
<!ENTITY author "UnRAIDES">
|
||||||
<!ENTITY version "2023.04.24">
|
<!ENTITY version "2023.05.02">
|
||||||
<!ENTITY md5 "c07e631c5cf5b4f202b93e167059b29f">
|
<!ENTITY md5 "d49472a5b87818f0a1090a259324de73">
|
||||||
<!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,11 @@
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
##&name;
|
##&name;
|
||||||
|
###2023.05.02
|
||||||
|
- Update: borgbackup-1.2.4
|
||||||
|
- Update: python3-3.9.16-3
|
||||||
|
- Added: msgpack-python-1.0.5 as dependency of borgbackup
|
||||||
|
- Added: sg3_utils-1.47 (PR #41)
|
||||||
###2023.04.24
|
###2023.04.24
|
||||||
- Enhanced: improvements in package installation
|
- Enhanced: improvements in package installation
|
||||||
###2023.03.30
|
###2023.03.30
|
||||||
|
|
Loading…
Reference in New Issue
Block a user