summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Ackerman2020-10-21 16:18:04 -0700
committerBrad Ackerman2020-10-21 16:18:04 -0700
commit6ffba14f4cbf23720f3bd38e7ff91bc065263cad (patch)
tree03f3b19389559fc764f906d3679fb7a889597d76
parentbfc19a376b7466b8eec60a2e59e8628cd854aa12 (diff)
downloadaur-6ffba14f4cbf23720f3bd38e7ff91bc065263cad.tar.gz
Bump version to 0.56.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 450413f358eb..49a8dd5d6130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oletools
pkgdesc = Python tools to analyze security characteristics of MS Office and OLE files
- pkgver = 0.55
+ pkgver = 0.56
pkgrel = 1
url = https://github.com/decalage2/oletools
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-oletools
depends = python-easygui
depends = python-pyparsing
depends = python-msoffcrypto-tool
- source = https://github.com/decalage2/oletools/releases/download/v0.55/oletools-0.55.tar.gz
- sha512sums = 7c3a62f21e8cb56816f03479ca97e9e03011513b661a9b6b4d913dac000b4065e9e60d429e6731601040f09dae9494ddb9ac76c11fc0baeab086b755a565f058
+ source = https://github.com/decalage2/oletools/releases/download/v0.56/oletools-0.56.tar.gz
+ sha512sums = dc6dd56f39dd07c7672f6df9372a9114935db1a0d4c080eeacf9e94058548dee03fd55b6aa0ac892264c75e4b0893e804f2b6b8e8ded8d18b18ad6671b6d5c10
pkgname = python-oletools
diff --git a/PKGBUILD b/PKGBUILD
index f3310a881cbd..61e5b9f45ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
_pyname=oletools
pkgname=python-oletools
-pkgver=0.55
+pkgver=0.56
pkgrel=1
pkgdesc="Python tools to analyze security characteristics of MS Office and OLE files"
depends=('python'
@@ -14,7 +14,7 @@ arch=('any')
url="https://github.com/decalage2/oletools"
license=('BSD')
source=("https://github.com/decalage2/oletools/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.gz")
-sha512sums=('7c3a62f21e8cb56816f03479ca97e9e03011513b661a9b6b4d913dac000b4065e9e60d429e6731601040f09dae9494ddb9ac76c11fc0baeab086b755a565f058')
+sha512sums=('dc6dd56f39dd07c7672f6df9372a9114935db1a0d4c080eeacf9e94058548dee03fd55b6aa0ac892264c75e4b0893e804f2b6b8e8ded8d18b18ad6671b6d5c10')
# Some checks failing; will investigate. -BA 20190616
# check() {