mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/phpmyadmin: Updated for version 3.3.9.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
608ee7d87a
commit
c94fa5d8fe
3 changed files with 8 additions and 7 deletions
|
@ -3,7 +3,8 @@
|
|||
# Slackware Package Build Script for phpmyadmin
|
||||
# Home Page http://www.phpmyadmin.net/
|
||||
|
||||
# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
|
||||
# Copyright (c) 2009-2011, 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
|
||||
|
@ -27,7 +28,7 @@
|
|||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
PRGNAM=phpmyadmin
|
||||
VERSION=${VERSION:-3.3.8.1}
|
||||
VERSION=${VERSION:-3.3.9.2}
|
||||
ARCH="noarch" # hardcode ARCH
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="phpmyadmin"
|
||||
VERSION="3.3.8.1"
|
||||
VERSION="3.3.9.2"
|
||||
HOMEPAGE="http://www.phpmyadmin.net/home_page/index.php"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.3.8.1-all-languages.tar.bz2"
|
||||
MD5SUM="784b2534c443b1cb2328e3b97f0d2a36"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.3.9.2-all-languages.tar.bz2"
|
||||
MD5SUM="db6b25e7b41d41b53d3bc03cd70c44ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
phpmyadmin: phpmyadmin (MySQL administration over the web)
|
||||
phpmyadmin:
|
||||
phpmyadmin: phpMyAdmin is a free software tool written in PHP intended
|
||||
|
|
Loading…
Reference in a new issue