mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pysed: Updated for version 0.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8c88741d50
commit
5cda2df9c5
4 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Pysed is sed like utility that parses and transforms text.
|
||||
CLI and API utility that parses and transforms text.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue