diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-14 22:30:50 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:15 -0500 |
commit | ed097a5360ee84c904223050d8985ea7936fc0c1 (patch) | |
tree | a1b42bc5c836857465087409c1d08096e74ee979 | |
parent | 5a050538121aa36f40d5e3032bc6aecb8d3fd931 (diff) | |
download | slackbuilds-ed097a5360ee84c904223050d8985ea7936fc0c1.tar.gz |
system/PySixel: Updated for version 0.1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/PySixel/PySixel.SlackBuild | 2 | ||||
-rw-r--r-- | system/PySixel/PySixel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/PySixel/PySixel.SlackBuild b/system/PySixel/PySixel.SlackBuild index 62b372b39c..a7f8ff0d61 100644 --- a/system/PySixel/PySixel.SlackBuild +++ b/system/PySixel/PySixel.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=PySixel -VERSION=${VERSION:-0.1.7} +VERSION=${VERSION:-0.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/PySixel/PySixel.info b/system/PySixel/PySixel.info index 41ce5b5a28..2ae6955eea 100644 --- a/system/PySixel/PySixel.info +++ b/system/PySixel/PySixel.info @@ -1,8 +1,8 @@ PRGNAM="PySixel" -VERSION="0.1.7" +VERSION="0.1.9" HOMEPAGE="https://github.com/saitoha/PySixel" -DOWNLOAD="https://pypi.python.org/packages/source/P/PySixel/PySixel-0.1.7.tar.gz" -MD5SUM="12515bd11a25630e9ba4b5466c753da5" +DOWNLOAD="https://pypi.python.org/packages/source/P/PySixel/PySixel-0.1.9.tar.gz" +MD5SUM="2e014c41336483d2292a08ec455f3b3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imageloader" |