diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-03-08 10:38:49 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:26:21 +0200 |
commit | ee1fcb7996b0b94e67ac16a55b5c44a481bab2e1 (patch) | |
tree | a8f4a3955921b2e3580a0a5b8015e961c8bf7fd1 /network/phpmyadmin/phpmyadmin.SlackBuild | |
parent | f3b98eb1850a17fd3df5c48d10492f0bf0869362 (diff) | |
download | slackbuilds-ee1fcb7996b0b94e67ac16a55b5c44a481bab2e1.tar.gz |
network/phpmyadmin: Updated for version 3.3.0.
Diffstat (limited to 'network/phpmyadmin/phpmyadmin.SlackBuild')
-rw-r--r-- | network/phpmyadmin/phpmyadmin.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/phpmyadmin/phpmyadmin.SlackBuild b/network/phpmyadmin/phpmyadmin.SlackBuild index 1bb6ce873e..3dc1101cf2 100644 --- a/network/phpmyadmin/phpmyadmin.SlackBuild +++ b/network/phpmyadmin/phpmyadmin.SlackBuild @@ -3,13 +3,13 @@ # Slackware Package Build Script for phpmyadmin # Home Page http://www.phpmyadmin.net/ -# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant@mnspace.net) +# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -27,8 +27,8 @@ # Modified by the SlackBuilds.org project. PRGNAM=phpmyadmin -VERSION=3.2.5 -ARCH="noarch" # hardcode ARCH +VERSION=3.3.0 +ARCH=noarch # hardcode ARCH BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |