summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-01-27 16:43:13 +0100
committerMichel Zou2022-01-27 16:43:13 +0100
commit9f06d7b7652416adb059f47df4c2308d597f768b (patch)
tree341ed6058e9adc21ad6e5e11de3ad31bc648a9ed /PKGBUILD
parentb7dbeb431c650ce31bab4c086da473bfddc4fa8e (diff)
downloadaur-9f06d7b7652416adb059f47df4c2308d597f768b.tar.gz
2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4437eb84294a..304a54567406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fmilib
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc="open-source implementation of the FMI open standard"
arch=('x86_64')
@@ -8,7 +8,7 @@ makedepends=('cmake')
depends=('minizip' 'expat')
license=('BSD')
source=("https://github.com/modelon-community/fmi-library/archive/${pkgver}.tar.gz")
-sha256sums=('826bf4ee9ab52673e8993fe3e275505adeddd8d7c9ee3cb152c700108f82a05a')
+sha256sums=('d77ff7c52ab97d8cc6210cee695091e6e3aab9455448ed867231de5bc32e20e5')
prepare() {
cd "$srcdir"/fmi-library-${pkgver}