summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-27 19:58:48 +0200
committerMichel Zou2020-04-27 19:58:48 +0200
commitd3e67e9eedec9b1d23f1786cdf1bc6805877a1a2 (patch)
treec1c14e7cfdc4047a22823d1cd0a06e79d6900e31
parent0881f5e4fed802ea46acc81fa0e3a166fc349e4a (diff)
downloadaur-d3e67e9eedec9b1d23f1786cdf1bc6805877a1a2.tar.gz
0.17.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d33f2a0704..07ca4e635f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.17.2
+ pkgver = 0.17.3
pkgrel = 1
url = http://agrum.gitlab.io/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-agrum
options = !buildflags
options = staticlibs
options = !strip
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.17.2/aGrUM-0.17.2.tar.bz2
- sha256sums = 0eb7f181a1c6535552c310e56f90644acde54dd9de2256f63cb0f7a51e744c4a
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.17.3/aGrUM-0.17.3.tar.bz2
+ sha256sums = 5676f244da53a958eb812bc967781c13d1c1deab14a0edbd01d0e9fb75a5cfdd
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index c3de05facc5a..90b28ef0042a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.17.2
+pkgver=0.17.3
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=('0eb7f181a1c6535552c310e56f90644acde54dd9de2256f63cb0f7a51e744c4a')
+sha256sums=('5676f244da53a958eb812bc967781c13d1c1deab14a0edbd01d0e9fb75a5cfdd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"