summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-09 18:56:59 +0100
committerMichel Zou2024-01-09 18:56:59 +0100
commit53c5d2a0871b1054153b0f7fb247bd4697bad62e (patch)
tree0345a566eb2cb4ce5058a39454e7769cf9a6f740
parentf0faa516478a194efff951ad403305b23b349f72 (diff)
downloadaur-53c5d2a0871b1054153b0f7fb247bd4697bad62e.tar.gz
1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9afe632c698..fe0b1a390788 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 1.10.0
+ pkgver = 1.11.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.10.0/aGrUM-1.10.0.tar.bz2
- sha256sums = 69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.11.0/aGrUM-1.11.0.tar.bz2
+ sha256sums = 19fcd78b90af38317c3e7099c18b5d42050d062796ce188927c8f0f0d77adee1
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index a04a72b05418..3e22c0689588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=1.10.0
+pkgver=1.11.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=('69c43593c63364a7ad8ca76c12f004dbf4b2ecf57c4844f2762e0f7e502b108b')
+sha256sums=('19fcd78b90af38317c3e7099c18b5d42050d062796ce188927c8f0f0d77adee1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"