summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-05-09 18:47:48 +0200
committerMichel Zou2023-05-09 18:47:48 +0200
commit50c811711d4281ea681cc622d9c41c913e9b340e (patch)
treeec53128d08ee3dd72143969948d2fcb2dc6de4a5
parentb816644806ba0c889e9be940180945ef0e7096b1 (diff)
downloadaur-50c811711d4281ea681cc622d9c41c913e9b340e.tar.gz
1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79912792c7a1..8d6581a0a2e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 1.7.1
+ pkgver = 1.8.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.7.1/aGrUM-1.7.1.tar.bz2
- sha256sums = 63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.8.0/aGrUM-1.8.0.tar.bz2
+ sha256sums = 328d57704067faa29ee2a1051950e66bbf5d9c1a5a31fcbdfb5cb1f5ab8f4da9
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index eed45a6b26fc..a0dbdee16717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=1.7.1
+pkgver=1.8.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=('63cedd1a20ab8b22edf735d6b22bb5f471031bf9ca9e10e5f8da1405a7c7efc1')
+sha256sums=('328d57704067faa29ee2a1051950e66bbf5d9c1a5a31fcbdfb5cb1f5ab8f4da9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"