summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bruegmann2020-06-12 08:13:21 +0200
committerAlexander Bruegmann2020-06-12 08:13:21 +0200
commita88eded07dfd01f1e7813fa04ea2fd349e9af163 (patch)
tree50d515a38077bed612cc83bb2ff4dd94e194c22b
parent212c0009da5b6070203f5914998ab2937f725ada (diff)
downloadaur-a88eded07dfd01f1e7813fa04ea2fd349e9af163.tar.gz
bump to v2.4.126
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546bf3264772..4d3e848de01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pymisp
pkgdesc = Python library to access MISP platforms via their REST API
- pkgver = 2.4.124
+ pkgver = 2.4.126
pkgrel = 1
url = https://github.com/MISP/PyMISP/
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-pymisp
depends = python-deprecated
depends = python-cachetools
optdepends = lief
- source = PyMISP-2.4.124.tar.gz::https://github.com/MISP/PyMISP/archive/v2.4.124.tar.gz
- sha512sums = 24b348bb46a0d7f05448df2c7cf4e11998cccaa82cd551f6ed4b8ce4782019df5d8acd0b948db85a0c5bb1b8e4fe917ed7ebb489b4b65bca75c07b373a6b3d3b
+ source = PyMISP-2.4.126.tar.gz::https://github.com/MISP/PyMISP/archive/v2.4.126.tar.gz
+ sha512sums = 6005affb96dd94df28a94518ed2d631635e48254390b4b789d24d94b3f25e2c1f7198dc1ce0c045e545dfa305130c09b44383fe928c5173116c58a78eb64998a
pkgname = python-pymisp
diff --git a/PKGBUILD b/PKGBUILD
index 329ab497d904..1ab00fce3c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
pkgname=('python-pymisp')
_pyname=PyMISP
-pkgver=2.4.124
+pkgver=2.4.126
pkgrel=1
pkgdesc="Python library to access MISP platforms via their REST API"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python' 'python-setuptools')
depends=('python' 'python-jsonschema' 'python-requests' 'python-dateutil' 'python-deprecated' 'python-cachetools')
optdepends=('lief')
source=("${_pyname}-${pkgver}.tar.gz::https://github.com/MISP/PyMISP/archive/v${pkgver}.tar.gz")
-sha512sums=('24b348bb46a0d7f05448df2c7cf4e11998cccaa82cd551f6ed4b8ce4782019df5d8acd0b948db85a0c5bb1b8e4fe917ed7ebb489b4b65bca75c07b373a6b3d3b')
+sha512sums=('6005affb96dd94df28a94518ed2d631635e48254390b4b789d24d94b3f25e2c1f7198dc1ce0c045e545dfa305130c09b44383fe928c5173116c58a78eb64998a')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"