summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-03-05 20:49:12 +0100
committerMichel Zou2019-03-05 20:49:12 +0100
commit1bf04684ffb4f6f469b6b5d8e2b5c71077600728 (patch)
tree8e487c3f6a5538f2f5b9576f41d982c9d7f25a6d
parentd41202d9b1adbb0c3c6c6ca79905d137de386580 (diff)
downloadaur-1bf04684ffb4f6f469b6b5d8e2b5c71077600728.tar.gz
0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3477d03b05e..c63dd0dcb0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.14.1
+ pkgver = 0.14.2
pkgrel = 1
url = http://agrum.gitlab.io/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-agrum
options = !buildflags
options = staticlibs
options = !strip
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.1/aGrUM-0.14.1.tar.bz2
- sha256sums = b993ca19423fea859fa1bf8338ce9ba9f2772fa96c41ddbd8716566a64be1a1c
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.14.2/aGrUM-0.14.2.tar.bz2
+ sha256sums = b7b1256db6b1493eabe72c02aecf577c4e1fd8a56f9ddcf651586c221dec1e72
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 50d12a39db2d..1d2b4c35947a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc="C++ Bayesian networks library (mingw-w64)"
license=('GPL')
@@ -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=('b993ca19423fea859fa1bf8338ce9ba9f2772fa96c41ddbd8716566a64be1a1c')
+sha256sums=('b7b1256db6b1493eabe72c02aecf577c4e1fd8a56f9ddcf651586c221dec1e72')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"