summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-08-28 20:00:58 +0200
committerMichel Zou2022-08-28 20:00:58 +0200
commit9c25a6141951ead58fc6440a74ceb329284ead4f (patch)
tree1ee7a1d0f127d26d34177464ddda5aad1fb67b30
parent1a18efce4efcfcb7c173f08c4a3151025858a0d7 (diff)
downloadaur-9c25a6141951ead58fc6440a74ceb329284ead4f.tar.gz
1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 202fc5c6c46c..3b46354c1003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 1.2.0
+ pkgver = 1.3.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.2.0/aGrUM-1.2.0.tar.bz2
- sha256sums = bc7c6b7209f975ba39a07aa593df05d286c49e98c4701dfc38b4e93a666bff59
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.3.1/aGrUM-1.3.1.tar.bz2
+ sha256sums = 159628661029e45c48027deecc8d8bc0540dc6ec550aead83bd9e9294b345830
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 80a94a806a24..77dcb9b35678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=1.2.0
+pkgver=1.3.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=('bc7c6b7209f975ba39a07aa593df05d286c49e98c4701dfc38b4e93a666bff59')
+sha256sums=('159628661029e45c48027deecc8d8bc0540dc6ec550aead83bd9e9294b345830')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"