diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-05 21:18:50 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-07 00:00:38 -0500 |
commit | 5cda2df9c509c9ad4d4ba7396af0ac649b987d92 (patch) | |
tree | 27d77f2aa7704d8dab85c1b708f2b991f20573eb | |
parent | 8c88741d502eb76e05a7a2c854f0dcdda5fc1a35 (diff) | |
download | slackbuilds-5cda2df9c509c9ad4d4ba7396af0ac649b987d92.tar.gz |
python/pysed: Updated for version 0.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pysed/README | 2 | ||||
-rw-r--r-- | python/pysed/pysed.SlackBuild | 2 | ||||
-rw-r--r-- | python/pysed/pysed.info | 6 | ||||
-rw-r--r-- | python/pysed/slack-desc | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/python/pysed/README b/python/pysed/README index cd4a0fab32..2ec3870cb0 100644 --- a/python/pysed/README +++ b/python/pysed/README @@ -1 +1 @@ -Pysed is sed like utility that parses and transforms text. +CLI and API utility that parses and transforms text. diff --git a/python/pysed/pysed.SlackBuild b/python/pysed/pysed.SlackBuild index 23d8172098..b057322644 100644 --- a/python/pysed/pysed.SlackBuild +++ b/python/pysed/pysed.SlackBuild @@ -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} diff --git a/python/pysed/pysed.info b/python/pysed/pysed.info index 180a970ba5..c1838e4dba 100644 --- a/python/pysed/pysed.info +++ b/python/pysed/pysed.info @@ -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="" diff --git a/python/pysed/slack-desc b/python/pysed/slack-desc index 781bd316b7..07b0e2be27 100644 --- a/python/pysed/slack-desc +++ b/python/pysed/slack-desc @@ -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: |