fix harfbuzz package

This commit is contained in:
dmacias72 2016-10-26 07:06:45 -06:00
parent 3b62ecde25
commit 11845b4d55
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "apache">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.10.24">
<!ENTITY version "2016.10.26">
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -22,6 +22,8 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
<CHANGES>
##&name;
###&version;
- fix: harfbuzz package for 6.2
###2016.10.24
- fix: docroot permissions on service start
- add: browser based config editor for conf files and php.ini
- add: search functions to editor
@ -97,7 +99,7 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
<MD5>60eb82ef3458130fc48f07e6f5035876</MD5>
</FILE>
<FILE Name="&plgPATH;/harfbuzz-1.3.0-x86_64-1.txz" Max="6.2" Run="upgradepkg --install-new">
<FILE Name="&plgPATH;/harfbuzz-1.3.0-x86_64-1.txz" Max="6.2.99" Run="upgradepkg --install-new">
<URL>&pkgURL;/harfbuzz-1.3.0-x86_64-1.txz</URL>
<MD5>348c80202ce746b41557708bddf9c35b</MD5>
</FILE>

View File

@ -13,6 +13,8 @@ The Apache HTTP Server Project is an effort to develop and maintain an open-sour
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.png</Icon>
<Date>2016-10-24</Date>
<Changes>
###2016.10.26
- fix: harfbuzz package for 6.2
###2016.10.24
- fix: docroot permissions on service start
- add: browser based config editor for conf files and php.ini