summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-01-23 05:47:28 +0100
committerMichel Zou2020-01-23 05:47:28 +0100
commit9928ce40949e7de9f0008a24e68d8a1c3b99d3fa (patch)
treebfcb033c34db55357fa1bf906771a010951b8585
parent193dcdcfc0e2a40b906b46cbc40f03d0ba3b1742 (diff)
downloadaur-9928ce40949e7de9f0008a24e68d8a1c3b99d3fa.tar.gz
0.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2980448eb740..aa07e75e0935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.16.4
+ pkgver = 0.17.0
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.16.4/aGrUM-0.16.4.tar.bz2
- sha256sums = 0c44d3a1ea9d1c7b947a8ff74e62b3d905b62a407edb0c92e929e2df4955f5d1
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.17.0/aGrUM-0.17.0.tar.bz2
+ sha256sums = d1532ec587e4ff919f04245a43a0f2d1faf8aef79881a483c3eb572c6bb897f0
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index fb11a64bdad8..67be27615045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.16.4
+pkgver=0.17.0
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=('0c44d3a1ea9d1c7b947a8ff74e62b3d905b62a407edb0c92e929e2df4955f5d1')
+sha256sums=('d1532ec587e4ff919f04245a43a0f2d1faf8aef79881a483c3eb572c6bb897f0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"