summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-06-12 07:50:21 +0200
committerMichel Zou2020-06-12 07:50:21 +0200
commit622c07f06c5aa9ba9ede4260ff0cfedc74ad5f03 (patch)
tree4f130347f0912b7f0c26eb0ec73e120b028c503e
parentd3e67e9eedec9b1d23f1786cdf1bc6805877a1a2 (diff)
downloadaur-622c07f06c5aa9ba9ede4260ff0cfedc74ad5f03.tar.gz
0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ca4e635f01..605bef4f4dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.17.3
+ pkgver = 0.18.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.17.3/aGrUM-0.17.3.tar.bz2
- sha256sums = 5676f244da53a958eb812bc967781c13d1c1deab14a0edbd01d0e9fb75a5cfdd
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.18.0/aGrUM-0.18.0.tar.bz2
+ sha256sums = dc92e3797650608f7d3af639c1edd03ac4e54fec1dd4439d3b0e82c5c0aff507
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 90b28ef0042a..e62b33b83a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.17.3
+pkgver=0.18.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=('5676f244da53a958eb812bc967781c13d1c1deab14a0edbd01d0e9fb75a5cfdd')
+sha256sums=('dc92e3797650608f7d3af639c1edd03ac4e54fec1dd4439d3b0e82c5c0aff507')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"