summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-07-24 12:39:20 +0200
committerMichel Zou2021-07-24 12:39:20 +0200
commit20c15c6785dcd67487ac2dea8625588879ec7d62 (patch)
tree092ade3a2f2e8779e53027e33e90a84203ab9a3c
parentcbd0e8d746838b0436ca85dc5f30ab9d9ca543cf (diff)
downloadaur-20c15c6785dcd67487ac2dea8625588879ec7d62.tar.gz
0.21.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152ece86ce57..f68020851126 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.20.3
+ pkgver = 0.21.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/0.20.3/aGrUM-0.20.3.tar.bz2
- sha256sums = af07028e0e8fe089a4a8c8ce0a52a330f5377a81b7cc680a7f3c516ec1ae257b
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.21.0/aGrUM-0.21.0.tar.bz2
+ sha256sums = 00620d91bf3a5ee4ab817a07c21161ca27fd85b1f630d224f3d8521462ce0af3
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 0f9ad1b13e44..def52fe51158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.20.3
+pkgver=0.21.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=('af07028e0e8fe089a4a8c8ce0a52a330f5377a81b7cc680a7f3c516ec1ae257b')
+sha256sums=('00620d91bf3a5ee4ab817a07c21161ca27fd85b1f630d224f3d8521462ce0af3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"