python3-oletools: update to 0.56.1.
This commit is contained in:
parent
f3dcda1b34
commit
1044af65c7
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'python3-oletools'
|
||||
pkgname=python3-oletools
|
||||
version=0.56
|
||||
revision=2
|
||||
version=0.56.1
|
||||
revision=1
|
||||
wrksrc="oletools-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-parsing python3-olefile python3-colorclass python3-easygui
|
||||
python3-msoffcrypto-tool python3-pcodedmp"
|
||||
checkdepends="python3-pip python3-wheel $depends"
|
||||
short_desc="Python3 library to analyze MS OLE2 and Office files"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/decalage2/oletools"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=9d76d449f1edb1d74996ebf8b117371b5cdde436cfa595b3ff3989ec8d026106
|
||||
checksum=827cc577e253d946d5616e0a18062ed6aa837368fc19912c06e7d4c7ed502f77
|
||||
|
||||
post_install() {
|
||||
vlicense oletools/LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue