summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bruegmann2020-06-23 08:41:03 +0200
committerAlexander Bruegmann2020-06-23 08:41:03 +0200
commit06ad56759078672aea7ab0e65d541e994432f79f (patch)
tree8e6ffda1b2f019f60622933be43ed41f23098e3f
parent80fcde4234d88e512551c3c08bd31913f043076e (diff)
downloadaur-06ad56759078672aea7ab0e65d541e994432f79f.tar.gz
bump to v2.4.128
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecbe46c1753a..57708ad395e4 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.127
+ pkgver = 2.4.128
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.127.tar.gz::https://github.com/MISP/PyMISP/archive/v2.4.127.tar.gz
- sha512sums = d3395954c509d38f1a4a88236b01fe9635d146b53e60fc0eb408651de826613534df0a0c5cb20b183f68adc39dc3ce853ee0a0540c2c5c82171c9ba1aa5f99bb
+ source = PyMISP-2.4.128.tar.gz::https://github.com/MISP/PyMISP/archive/v2.4.128.tar.gz
+ sha512sums = 2553f87629d83f4bb417551c95936c81c47deb5d15852a221824f1d323d270aecd87ce2f0c7d8720d025b290645fa552be12115e5ae51b33e1d8b7ef9cb2feef
pkgname = python-pymisp
diff --git a/PKGBUILD b/PKGBUILD
index 9692404cc312..a3a75de55698 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.127
+pkgver=2.4.128
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=('d3395954c509d38f1a4a88236b01fe9635d146b53e60fc0eb408651de826613534df0a0c5cb20b183f68adc39dc3ce853ee0a0540c2c5c82171c9ba1aa5f99bb')
+sha512sums=('2553f87629d83f4bb417551c95936c81c47deb5d15852a221824f1d323d270aecd87ce2f0c7d8720d025b290645fa552be12115e5ae51b33e1d8b7ef9cb2feef')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"