summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-12-23 10:56:24 +0100
committerMichel Zou2018-12-23 10:56:24 +0100
commitff2778c15f8f9100f0baa19af8c43e44357d1ea5 (patch)
tree8e43860000f3f13651638f4f11fb2075336da7ea
parent37833bc35a3105eb3c8a71583cbe40dca95eb000 (diff)
downloadaur-ff2778c15f8f9100f0baa19af8c43e44357d1ea5.tar.gz
0.13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005eed51c0a6..077a0a67fd7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.13.4
+ pkgver = 0.13.5
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.13.4/aGrUM-0.13.4.tar.bz2
- sha256sums = bfb77bae256e08d100a62719ed6706f84845ce3ef0b87f25842206f5b2f8013b
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/0.13.5/aGrUM-0.13.5.tar.bz2
+ sha256sums = e53168df030e7dda73c1d24b03488bc5b27775860f177589d6ef97c00350bc85
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 63409b61221d..0f9f2109fbf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.13.4
+pkgver=0.13.5
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=('bfb77bae256e08d100a62719ed6706f84845ce3ef0b87f25842206f5b2f8013b')
+sha256sums=('e53168df030e7dda73c1d24b03488bc5b27775860f177589d6ef97c00350bc85')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"