python/phply: Updated for version 1.2.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b13c895507
commit
932645cc0a
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=phply
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
VERSION=${VERSION:-1.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="phply"
|
||||
VERSION="1.2.4"
|
||||
VERSION="1.2.5"
|
||||
HOMEPAGE="https://github.com/viraptor/phply"
|
||||
DOWNLOAD="https://github.com/viraptor/phply/archive/1.2.4/phply-1.2.4.tar.gz"
|
||||
MD5SUM="94fb0a9c5a0a5054f40ba9fd6c1d776c"
|
||||
DOWNLOAD="https://github.com/viraptor/phply/archive/1.2.5/phply-1.2.5.tar.gz"
|
||||
MD5SUM="f6c0e4014fe70c6436984c07da836ae1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nose ply"
|
||||
|
|
|
@ -11,7 +11,7 @@ phply:
|
|||
phply: phply is a lexer and parser for the PHP programming language
|
||||
phply: written in Python.
|
||||
phply:
|
||||
phply: Home page: https://github.com/ramen/phply
|
||||
phply: Home page: https://github.com/viraptor/phply
|
||||
phply:
|
||||
phply:
|
||||
phply:
|
||||
|
|
Loading…
Reference in New Issue