summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-12-15 11:53:24 +0100
committerMichel Zou2023-12-15 11:53:24 +0100
commitd22da7701e63b6170a21c43e6048f5213a6a7814 (patch)
tree43ef9976842484957f3e2be078dcab9857f0e6e1
parent76d507627297fb8d2584b550000be3f7f61cc72f (diff)
downloadaur-mingw-w64-libmixmod.tar.gz
2.1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac71706fbddd..15bf47b64c60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libmixmod
pkgdesc = Classification with Mixture Modelling
- pkgver = 2.1.9
+ pkgver = 2.1.10
pkgrel = 1
url = https://github.com/mixmod
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-libmixmod
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/mixmod/mixmod/archive/refs/tags/v2.1.9.tar.gz
- sha256sums = 2a4bf19e642386d1c8a36365b537a12636f883bcdeb3a72b698947430f676541
+ source = https://github.com/mixmod/mixmod/archive/refs/tags/v2.1.10.tar.gz
+ sha256sums = e0bc339f36ec22080a8a270ea87976f7b277ce4e3e9e383fba51548f83aa4d0b
pkgname = mingw-w64-libmixmod
diff --git a/PKGBUILD b/PKGBUILD
index 466d64bf39bb..25637bc04f50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libmixmod
-pkgver=2.1.9
+pkgver=2.1.10
pkgrel=1
pkgdesc="Classification with Mixture Modelling"
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/mixmod/mixmod/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2a4bf19e642386d1c8a36365b537a12636f883bcdeb3a72b698947430f676541')
+sha256sums=('e0bc339f36ec22080a8a270ea87976f7b277ce4e3e9e383fba51548f83aa4d0b')
_architecture="i686-w64-mingw32 x86_64-w64-mingw32"