summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-11-04 19:58:33 +0100
committerMichel Zou2018-11-04 19:58:33 +0100
commit2c60397c054d3aba9342fc2ca612a8a9aea5d255 (patch)
treed4e78aae69e22c64259cfdc661ad6dc8d9b82bab
parent5ccf8061178798bbdaf61bf85edf248da6fd3a2d (diff)
downloadaur-2c60397c054d3aba9342fc2ca612a8a9aea5d255.tar.gz
0.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc5e4829530e..57e08bda8fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.13.2
+ pkgver = 0.13.3
pkgrel = 1
url = http://agrum.gitlab.io/
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-agrum
options = !buildflags
options = staticlibs
options = !strip
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.13.2/aGrUM-0.13.2.tar.bz2
- sha256sums = 952fa38d7c19a6c8c0119132c409974e078d27fe58d9919a018b1b376fe589e9
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.13.3/aGrUM-0.13.3.tar.bz2
+ sha256sums = bfc6aa47b1cae82bf7dd58511441d2920cd8d48b890128b66ea131e7e2757653
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 17a1470c834d..eccda7183aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.13.2
+pkgver=0.13.3
pkgrel=1
pkgdesc="C++ Bayesian networks library (mingw-w64)"
license=('GPL')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('git' 'mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('952fa38d7c19a6c8c0119132c409974e078d27fe58d9919a018b1b376fe589e9')
+sha256sums=('bfc6aa47b1cae82bf7dd58511441d2920cd8d48b890128b66ea131e7e2757653')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"