tyops
This commit is contained in:
parent
1fda6259f6
commit
54dc4d4797
|
@ -48,7 +48,7 @@ This plugin uses ipmitool to display sensor readings
|
|||
-->
|
||||
|
||||
<FILE Name="&plgpath;/&pkg;" Run="upgradepkg --install-new">
|
||||
<URL>&pkgURL;&pkg;</URL>
|
||||
<URL>&pkgURL/;&pkg;</URL>
|
||||
<MD5>&md5;</MD5>
|
||||
</FILE>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "speedtest">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2015.12.11b">
|
||||
<!ENTITY version "2015.12.11c">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -21,7 +21,7 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
-->
|
||||
|
||||
<CHANGES>
|
||||
###2015.12.11b
|
||||
###2015.12.11c
|
||||
- update package name
|
||||
- update install and remove scripts
|
||||
###2015.12.10
|
||||
|
@ -44,15 +44,15 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
<FILE Name="&pkgs;/pyOpenSSL-0.15.1-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&pkgURL;pyOpenSSL-0.15.1-x86_64-1_slack.txz</URL>
|
||||
<URL>&pkgURL;/pyOpenSSL-0.15.1-x86_64-1_slack.txz</URL>
|
||||
<MD5>b422874df919df6baa10774bd2ddc2cc</MD5>
|
||||
</FILE>
|
||||
<FILE Name="&pkgs;/pysetuptools-18.2-x86_64-2_slack.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&pkgURL;pysetuptools-18.2-x86_64-2_slack.txz</URL>
|
||||
<URL>&pkgURL;/pysetuptools-18.2-x86_64-2_slack.txz</URL>
|
||||
<MD5>8cb67f040f55b152042752c85b8c68d6</MD5>
|
||||
</FILE>
|
||||
<FILE Name="&pkgs;/pip-7.1.2-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&pkgURL;pip-7.1.2-x86_64-1_slack.txz</URL>
|
||||
<URL>&pkgURL;/pip-7.1.2-x86_64-1_slack.txz</URL>
|
||||
<MD5>1e0a8d9e281cd075c175eca86aea2130</MD5>
|
||||
</FILE>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user