fix min/max
This commit is contained in:
parent
a2101a4fcc
commit
5f5764922e
|
@ -83,7 +83,7 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
|||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Max="6.1.99" Run="upgradepkg --install-new">
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Min="6.1" Max="6.1.99" Run="upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.1/python-2.7.9-x86_64-1.txz</URL>
|
||||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
|
|
@ -42,7 +42,7 @@ This plugin uses PyQuassel to send Pushbullet notifications for Quassel Core Ser
|
|||
<MD5>d535f46f828f8200e907787ddf9294ed</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/python3-3.5.1-x86_64-1.txz" Max="6.1" Run="/sbin/upgradepkg --install-new">
|
||||
<FILE Name="&plgPATH;/python3-3.5.1-x86_64-1.txz" Max="6.1.99" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.1/python3-3.5.1-x86_64-1.txz</URL>
|
||||
<MD5>e19803aa714dcea6dd8f922089d4e996</MD5>
|
||||
</FILE>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "speedtest">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.10.15">
|
||||
<!ENTITY version "2016.10.16">
|
||||
<!ENTITY launch "Settings/SpeedtestSettings">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -23,6 +23,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
<CHANGES>
|
||||
##&name;
|
||||
###&version;
|
||||
- update min/max version
|
||||
###2016.10.15
|
||||
- update speedtest-linux to 1.0.2-c
|
||||
###2016.10.09a
|
||||
- update for 6.3
|
||||
|
@ -162,7 +164,7 @@ The 'tablesorter' package file.
|
|||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Max="6.1" Run="/sbin/upgradepkg --install-new">
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Max="6.1.99" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.9-x86_64-1.txz</URL>
|
||||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
|
|
@ -11,8 +11,10 @@ This plugin interacts with the command line interface for testing internet bandw
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
|
||||
<Date>2016-10-15</Date>
|
||||
<Date>2016-10-28</Date>
|
||||
<Changes>
|
||||
###2016.10.28
|
||||
- update min/max version
|
||||
###2016.10.15
|
||||
- update speedtest-linux to 1.0.2-b
|
||||
###2016.10.09
|
||||
|
|
|
@ -79,7 +79,7 @@ This plugin uses etherwake for wake on lan
|
|||
<MD5>79f5ae8093b85f19c483c0e9ec42e2b4</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/nmap-6.40-x86_64-1.txz" Min="6.1" Max="6.2" Run="upgradepkg --install-new">
|
||||
<FILE Name="&plgPATH;/nmap-6.40-x86_64-1.txz" Min="6.1" Max="6.1.99" Run="upgradepkg --install-new">
|
||||
<URL>&pkgURL;/nmap-6.40-x86_64-1.txz</URL>
|
||||
<MD5>462cf835c4475ddfd2bd15cd10e8349d</MD5>
|
||||
</FILE>
|
||||
|
|
Loading…
Reference in New Issue
Block a user