summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-10-19 20:28:43 +0200
committerMichel Zou2023-10-19 20:28:43 +0200
commitf0faa516478a194efff951ad403305b23b349f72 (patch)
treeb06a9104d66893d246413f46fafa55438bb6dee0
parent0d0e2a40f927eaf9e9a8f9d0b8a6ed15f584d9d6 (diff)
downloadaur-f0faa516478a194efff951ad403305b23b349f72.tar.gz
1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779fd8983956..c9afe632c698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 1.9.0
+ pkgver = 1.10.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.9.0/aGrUM-1.9.0.tar.bz2
- sha256sums = b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.10.0/aGrUM-1.10.0.tar.bz2
+ sha256sums = 69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index af5b39a8c19e..a04a72b05418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=1.9.0
+pkgver=1.10.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=('b505f2122acffd50ad5a47cf10c80ffcdccfc4d8db3e536cfdc2a4b0ec7ed36d')
+sha256sums=('69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"