diff options
author | Marcel Saegebarth | 2014-08-31 13:12:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2014-08-31 13:12:33 +0200 |
commit | 5a94f78d0a2542e4903b61c9ff7ee833b60fb83b (patch) | |
tree | 353851142dfd905c4f6f3433c77f251743581686 | |
parent | ddc5f157ea8f0fabe32374c83e5efe7f10a26c64 (diff) | |
download | slackbuilds-5a94f78d0a2542e4903b61c9ff7ee833b60fb83b.tar.gz |
system/monitorix: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/monitorix/monitorix.SlackBuild | 6 | ||||
-rw-r--r-- | system/monitorix/monitorix.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/monitorix/monitorix.SlackBuild b/system/monitorix/monitorix.SlackBuild index 41309346e8..3f35d415cf 100644 --- a/system/monitorix/monitorix.SlackBuild +++ b/system/monitorix/monitorix.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monitorix -VERSION=${VERSION:-3.5.1} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,9 +67,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # installation not implemented if [ "$ARCH" = "x86_64" ]; then diff --git a/system/monitorix/monitorix.info b/system/monitorix/monitorix.info index 15c4b6faac..ca9d5c9c7c 100644 --- a/system/monitorix/monitorix.info +++ b/system/monitorix/monitorix.info @@ -1,8 +1,8 @@ PRGNAM="monitorix" -VERSION="3.5.1" +VERSION="3.6.0" HOMEPAGE="http://www.monitorix.org/" -DOWNLOAD="http://www.monitorix.org/monitorix-3.5.1.tar.gz" -MD5SUM="8e6316364302c3b4db9588a0a2cd03bb" +DOWNLOAD="http://www.monitorix.org/monitorix-3.6.0.tar.gz" +MD5SUM="df52ee19d2b117eaf798d0ee99861daf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-http-server-simple perl-config-general rrdtool" |