summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-09-21 21:23:25 +0200
committerMichel Zou2021-09-21 21:23:25 +0200
commit2429c57d3b2066de4ae40ad534ad0abea11e9b81 (patch)
treee6c69480e3fc9992a1f205894e9694afaac70208
parent85838bee747dde99c2124feb9d068658f3ea6eb0 (diff)
downloadaur-2429c57d3b2066de4ae40ad534ad0abea11e9b81.tar.gz
0.22.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff13305b26b2..ae5901496795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.22.1
+ pkgver = 0.22.2
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.1/aGrUM-0.22.1.tar.bz2
- sha256sums = cdd2c1dbb37b2d4678771d7a36035f4bdacd566633eb06c6cb8b118f07ed5225
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.2/aGrUM-0.22.2.tar.bz2
+ sha256sums = 5a3eae6cd8a19407dad31d0aa66e2cd0a507398acaefce297dfca17584e7a055
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 70228e378260..6cfcd29fcfdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.22.1
+pkgver=0.22.2
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=('cdd2c1dbb37b2d4678771d7a36035f4bdacd566633eb06c6cb8b118f07ed5225')
+sha256sums=('5a3eae6cd8a19407dad31d0aa66e2cd0a507398acaefce297dfca17584e7a055')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"