update plg file

This commit is contained in:
Derek Macias 2015-12-11 11:04:05 -07:00
parent f3f6fd9eb9
commit e78a2d638b

View File

@ -2,11 +2,10 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY repo "unRAID">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2015.12.11a"> <!ENTITY version "2015.12.11">
<!ENTITY launch "Settings/&name;"> <!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/&repo;/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
<!ENTITY pkgURL "&gitURL;/source/packages"> <!ENTITY pkgURL "&gitURL;/source/packages">
<!ENTITY pkgs "/boot/packages/"> <!ENTITY pkgs "/boot/packages/">
@ -22,7 +21,7 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <CHANGES>
###2015.12.11a ###2015.12.11
- update package name - update package name
- update install and remove scripts - update install and remove scripts
###2015.12.10 ###2015.12.10
@ -61,14 +60,14 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
The 'plugin' package file. The 'plugin' package file.
--> -->
<FILE Name="&plgpath;/&plgname;.txz"> <FILE Name="&plgpath;/&plgname;.txz">
<URL>&repo;/archive/&plgname;.txz</URL> <URL>&gitURL;/archive/&plgname;.txz</URL>
</FILE> </FILE>
<!-- <!--
The 'plugin' package MD5 hash. The 'plugin' package MD5 hash.
--> -->
<FILE Name="&plgpath;/&plgname;.md5"> <FILE Name="&plgpath;/&plgname;.md5">
<URL>&repo;/archive/&plgname;.md5</URL> <URL>&gitURL;/archive/&plgname;.md5</URL>
</FILE> </FILE>
<!-- <!--