summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-08-29 22:14:13 +0200
committerMichel Zou2019-08-29 22:14:13 +0200
commit0835673da5a2692f069b208706edac3cd876122c (patch)
treec0718ef209fa61718c49207ef760371fb8dd43c6
parent74173eb4e236a83197504808d7430eae2cfceab5 (diff)
downloadaur-0835673da5a2692f069b208706edac3cd876122c.tar.gz
0.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99081604e8d2..4b39c454a0d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.15.2
+ pkgver = 0.16.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.15.2/aGrUM-0.15.2.tar.bz2
- sha256sums = 8f1897173a17db013eaea5dc85720313a990bffc3268b78f3de406fcc0583083
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.16.0/aGrUM-0.16.0.tar.bz2
+ sha256sums = ded4ba81ce5698c3f082bf1704a903b79f721e4966ff32bdd9e67b41a181989c
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 6a12e77912d4..1c5f933a38c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.15.2
+pkgver=0.16.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=('8f1897173a17db013eaea5dc85720313a990bffc3268b78f3de406fcc0583083')
+sha256sums=('ded4ba81ce5698c3f082bf1704a903b79f721e4966ff32bdd9e67b41a181989c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"