mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/phpmyadmin: Updated for version 3.3.0.
This commit is contained in:
parent
f3b98eb185
commit
ee1fcb7996
2 changed files with 9 additions and 9 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="phpmyadmin"
|
||||
VERSION="3.2.5"
|
||||
VERSION="3.3.0"
|
||||
HOMEPAGE="http://www.phpmyadmin.net/home_page/index.php"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.2.5-all-languages.tar.bz2"
|
||||
MD5SUM="6083ea867a152f58f5c332d0c9b92ac1"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.3.0-all-languages.tar.bz2"
|
||||
MD5SUM="53b5d9d189ed1b969d549f0304f5ca08"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue