summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Ackerman2020-01-20 11:36:21 -0800
committerBrad Ackerman2020-01-20 11:36:21 -0800
commit2a927dd913a9c27a64411f20a27734f0c9f29fdd (patch)
tree25c314e89017379acf58602bc6c1fdf72256a272
parentd492b24f17979f5bd3e6528a917ce3a22ac51ea0 (diff)
downloadaur-2a927dd913a9c27a64411f20a27734f0c9f29fdd.tar.gz
Bump version to 0.55.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 714edf24fbee..450413f358eb 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.54.2
+ pkgver = 0.55
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.54.2b/oletools-0.54.2.tar.gz
- sha512sums = 8399ff65379f63d647e0a58660a77eee22436df9c6cc4baca413ed762750f9d89c8c7d326a94a42a69c357d1abd33b2ddf9cb5b0595a6df9c5606ed461215b06
+ source = https://github.com/decalage2/oletools/releases/download/v0.55/oletools-0.55.tar.gz
+ sha512sums = 7c3a62f21e8cb56816f03479ca97e9e03011513b661a9b6b4d913dac000b4065e9e60d429e6731601040f09dae9494ddb9ac76c11fc0baeab086b755a565f058
pkgname = python-oletools
diff --git a/PKGBUILD b/PKGBUILD
index f7c1ea10e207..f3310a881cbd 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.54.2
+pkgver=0.55
pkgrel=1
pkgdesc="Python tools to analyze security characteristics of MS Office and OLE files"
depends=('python'
@@ -13,8 +13,8 @@ depends=('python'
arch=('any')
url="https://github.com/decalage2/oletools"
license=('BSD')
-source=("https://github.com/decalage2/oletools/releases/download/v${pkgver}b/${_pyname}-${pkgver}.tar.gz")
-sha512sums=('8399ff65379f63d647e0a58660a77eee22436df9c6cc4baca413ed762750f9d89c8c7d326a94a42a69c357d1abd33b2ddf9cb5b0595a6df9c5606ed461215b06')
+source=("https://github.com/decalage2/oletools/releases/download/v${pkgver}/${_pyname}-${pkgver}.tar.gz")
+sha512sums=('7c3a62f21e8cb56816f03479ca97e9e03011513b661a9b6b4d913dac000b4065e9e60d429e6731601040f09dae9494ddb9ac76c11fc0baeab086b755a565f058')
# Some checks failing; will investigate. -BA 20190616
# check() {