diff options
author | Barry J. Grundy <bgrundyat> | 2019-03-11 09:31:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:19 +0700 |
commit | aa3fa73d9c82d3d1a042f72e2da6d96a56c022a6 (patch) | |
tree | 15276fcfcf9b6ca17f82e2b81dcdd2a1b84a74b6 /python/dtfabric | |
parent | 801246d7f30cc6bf2febae68041b944a75aa90ab (diff) | |
download | slackbuilds-aa3fa73d9c82d3d1a042f72e2da6d96a56c022a6.tar.gz |
python/dtfabric: Updated for version 20190120.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dtfabric')
-rw-r--r-- | python/dtfabric/dtfabric.SlackBuild | 4 | ||||
-rw-r--r-- | python/dtfabric/dtfabric.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/dtfabric/dtfabric.SlackBuild b/python/dtfabric/dtfabric.SlackBuild index 9ccb398682..e0435b0a73 100644 --- a/python/dtfabric/dtfabric.SlackBuild +++ b/python/dtfabric/dtfabric.SlackBuild @@ -21,10 +21,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Initial version, 20181128 Jan 2019, Barry J. Grundy. +# Initial version, 20190120 March 2019 PRGNAM=dtfabric -VERSION=${VERSION:-20181128} +VERSION=${VERSION:-20190120} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/dtfabric/dtfabric.info b/python/dtfabric/dtfabric.info index 4b2253c078..3451968709 100644 --- a/python/dtfabric/dtfabric.info +++ b/python/dtfabric/dtfabric.info @@ -1,8 +1,8 @@ PRGNAM="dtfabric" -VERSION="20181128" +VERSION="20190120" HOMEPAGE="https://github.com/libyal/dtfabric" -DOWNLOAD="https://github.com/libyal/dtfabric/releases/download/20181128/dtfabric-20181128.tar.gz" -MD5SUM="e9968aa291a2546cc174651416ba3524" +DOWNLOAD="https://github.com/libyal/dtfabric/releases/download/20190120/dtfabric-20190120.tar.gz" +MD5SUM="1de92f58a99c2a86dcd46f5d1c53bd4d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="PyYAML" |