summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-29 17:10:16 +0100
committerMichel Zou2022-01-29 17:10:16 +0100
commit9a122de48bb9f7ca6e2ede9caa1ae64fccd8877f (patch)
tree0079aa2a5c5f529c190114d30d3ce79ac446dd02
parentf6f041b03559375a10593e89d40b25bb163bd075 (diff)
downloadaur-9a122de48bb9f7ca6e2ede9caa1ae64fccd8877f.tar.gz
0.22.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 076bfbdd1577..aefb59799fbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.22.5
+ pkgver = 0.22.6
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.5/aGrUM-0.22.5.tar.bz2
- sha256sums = 86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.6/aGrUM-0.22.6.tar.bz2
+ sha256sums = be15f0e47143a11f11b5222a56f3270c922069287a63ebae73c9b655ec5bbf7d
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 246fd7c50940..ff894a434c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.22.5
+pkgver=0.22.6
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=('86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05')
+sha256sums=('be15f0e47143a11f11b5222a56f3270c922069287a63ebae73c9b655ec5bbf7d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"