summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-11-20 00:43:54 +0100
committerMichel Zou2021-11-20 00:43:54 +0100
commit34c07202ce00327a4a57833fc504d260b5296b24 (patch)
tree1524f0bf4dc500988673cbf0da1d61a5b4117280
parent1135e22fa82ea50790be7683d21c69386309a89e (diff)
downloadaur-34c07202ce00327a4a57833fc504d260b5296b24.tar.gz
0.22.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ac290077253..1c4e17404218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.22.3
+ pkgver = 0.22.4
pkgrel = 1
url = http://agrum.gitlab.io/
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-agrum
options = !buildflags
options = staticlibs
options = !strip
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.3/aGrUM-0.22.3.tar.bz2
- sha256sums = c4afd29ff7e25a1a215c62a86802933189979990dd5ec2c7bd688cd9b459b567
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.4/aGrUM-0.22.4.tar.bz2
+ sha256sums = 0f9746e7de7221e68e05da631992bf042432b2efb480ecc1d2e2a5df51090612
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index b7ab5b05cd30..8c353a70565b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.22.3
+pkgver=0.22.4
pkgrel=1
pkgdesc="C++ Bayesian networks library (mingw-w64)"
license=('LGPL')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('c4afd29ff7e25a1a215c62a86802933189979990dd5ec2c7bd688cd9b459b567')
+sha256sums=('0f9746e7de7221e68e05da631992bf042432b2efb480ecc1d2e2a5df51090612')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"