summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-03-18 19:35:58 +0100
committerMichel Zou2023-03-18 19:35:58 +0100
commitb816644806ba0c889e9be940180945ef0e7096b1 (patch)
tree0b7665f25142276cebeb1c12d944f56f65033962
parenta30933e6511682bccecbaa7667a59a940479604f (diff)
downloadaur-b816644806ba0c889e9be940180945ef0e7096b1.tar.gz
1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b24f818122e..79912792c7a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 1.7.0
+ pkgver = 1.7.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.7.0/aGrUM-1.7.0.tar.bz2
- sha256sums = d15f98239c326eeb1fe42f8dd64f229bda3c1725a39fe53e4f603dadfb87db38
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.7.1/aGrUM-1.7.1.tar.bz2
+ sha256sums = 63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 08c99dc62a9e..eed45a6b26fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=1.7.0
+pkgver=1.7.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=('d15f98239c326eeb1fe42f8dd64f229bda3c1725a39fe53e4f603dadfb87db38')
+sha256sums=('63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"