python/pysed: Updated for version 0.2.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-07-05 21:18:50 +07:00 committed by Robby Workman
parent 8c88741d50
commit 5cda2df9c5
4 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
Pysed is sed like utility that parses and transforms text.
CLI and API utility that parses and transforms text.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pysed
VERSION=${VERSION:-0.1.9}
VERSION=${VERSION:-0.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pysed"
VERSION="0.1.9"
VERSION="0.2.4"
HOMEPAGE="https://github.com/dslackw/pysed"
DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.1.9.tar.gz"
MD5SUM="5195e4359b009c1dfe6509fbecc91771"
DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.2.4.tar.gz"
MD5SUM="261d03fcdc1c5ee1b0f68422ac9719e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
pysed: pysed (sed like utility)
pysed:
pysed: Cli utility that parses and transforms text written in Python.
pysed: CLI and API utility that parses and transforms text.
pysed:
pysed: Homepage: https://github.com/dslackw/pysed
pysed: