diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 21:18:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:43 +0700 |
commit | d9150b24d6adb58e24c29cb423c8dc4a081f0854 (patch) | |
tree | 767cde38e3119bc41bee6232f59ba30e49a1bb28 /python/python-emoji/python-emoji.SlackBuild | |
parent | 5135de3a11c00ab7d546d74e0b3f36d66ce1ef57 (diff) | |
download | slackbuilds-d9150b24d6adb58e24c29cb423c8dc4a081f0854.tar.gz |
python/python-emoji: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-emoji/python-emoji.SlackBuild')
-rw-r--r-- | python/python-emoji/python-emoji.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-emoji/python-emoji.SlackBuild b/python/python-emoji/python-emoji.SlackBuild index ac3b6635b7..2ac5e38ca3 100644 --- a/python/python-emoji/python-emoji.SlackBuild +++ b/python/python-emoji/python-emoji.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-emoji -# Copyright 2018-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2018-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-emoji -VERSION=${VERSION:-0.5.4} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |