aboutsummaryrefslogtreecommitdiff
path: root/system/isomd5sum/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-03 01:37:03 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:55 +0700
commit88ce2ba0cbb387d7e91639a2ab5137287620b69d (patch)
tree4058e7c3d75f0e038de191d033a189898f6baa30 /system/isomd5sum/README
parent56ecb23094e52ff0e1cc4ae2208ea8315f29359a (diff)
downloadslackbuilds-88ce2ba0cbb387d7e91639a2ab5137287620b69d.tar.xz
system/isomd5sum: Updated for version 1.1.0, add Python 3 support.
Diffstat (limited to 'system/isomd5sum/README')
-rw-r--r--system/isomd5sum/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/isomd5sum/README b/system/isomd5sum/README
index b37bc47360de..1c20a61daefa 100644
--- a/system/isomd5sum/README
+++ b/system/isomd5sum/README
@@ -4,5 +4,6 @@ iso given nothing more than the iso itself.
A checksum is implanted in an image using the implantisomd5 utility,
and the corresponding checkisomd5 utility can be used to verify burned
-CDs are error-free. Also included is a Python extension for performing
-these tasks.
+CDs are error-free. Also included is a Python 2 extension for performing
+these tasks. If Python 3 is installed, a Python 3 extension will also
+be included.