summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-07-25 18:41:11 +0200
committerMichel Zou2023-07-25 18:41:11 +0200
commit0d0e2a40f927eaf9e9a8f9d0b8a6ed15f584d9d6 (patch)
tree85be7dd3ef16ead168d88ee806aab0cb3efaa738
parent3d8a79600a273b89e08fe20d552b90bca65ec503 (diff)
downloadaur-0d0e2a40f927eaf9e9a8f9d0b8a6ed15f584d9d6.tar.gz
1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bde00fe927e..779fd8983956 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 1.8.3
+ pkgver = 1.9.0
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/1.8.3/aGrUM-1.8.3.tar.bz2
- sha256sums = 16d70eff5a111d6e53357b7fb5101f52930dc90e57eb1d3e8d2e4a9883bf0656
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.9.0/aGrUM-1.9.0.tar.bz2
+ sha256sums = b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 92802a92b23d..af5b39a8c19e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=1.8.3
+pkgver=1.9.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=('16d70eff5a111d6e53357b7fb5101f52930dc90e57eb1d3e8d2e4a9883bf0656')
+sha256sums=('b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"