summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-02-16 22:20:08 +0100
committerMichel Zou2024-02-16 22:20:08 +0100
commit5ec7e7bad21b4f336857a43cc82983462fd5eab4 (patch)
tree6cc5b5aa10a70c4a94468dcb6048a51836e2fa17
parentbf8240a0fc6858f9c4a2d26f10a6d63b354984d3 (diff)
downloadaur-5ec7e7bad21b4f336857a43cc82983462fd5eab4.tar.gz
1.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 228afb13e11b..b52e5c7db19d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 1.12.0
+ pkgver = 1.12.1
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.12.0/aGrUM-1.12.0.tar.bz2
- sha256sums = 1544c8d938c262193aa43fd20e75297e39bd92e415c74fc56b54c100090d0a25
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.12.1/aGrUM-1.12.1.tar.bz2
+ sha256sums = 8cd24c0fae72cb220c69fcbae9ec7035666f3ce26c27e64d2b21be2d643717f6
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index db1ceba24aac..dd8fc168b78c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=1.12.0
+pkgver=1.12.1
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=('1544c8d938c262193aa43fd20e75297e39bd92e415c74fc56b54c100090d0a25')
+sha256sums=('8cd24c0fae72cb220c69fcbae9ec7035666f3ce26c27e64d2b21be2d643717f6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"