summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-01-17 11:10:09 +0100
committerMichel Zou2018-01-17 11:10:09 +0100
commit896a6734c83a292f03b5e92a6ccee25d19bcbf18 (patch)
tree336ebeee848b8b2335af4c703e85fe9e4a08a666 /PKGBUILD
parentb848eb2f275b19c1e1cb22a2be0d1fbb16234481 (diff)
downloadaur-896a6734c83a292f03b5e92a6ccee25d19bcbf18.tar.gz
2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aef554ef6b8..ab1c1735bec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fmilib
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="open-source implementation of the FMI open standard"
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url="http://www.jmodelica.org/FMILibrary"
depends=('minizip' 'expat')
license=('BSD')
source=("http://www.jmodelica.org/downloads/FMIL/FMILibrary-${pkgver}-src.zip")
-sha1sums=('901de5765ebabb67a3b3b29eef20b6a26c80fc5c')
+sha256sums=('4cc21f9e2c4114a6f4e303f82ca897ec9aa1eb6f7f09fef85979ea5fca309d9a')
prepare() {
cd "$srcdir"/FMILibrary-${pkgver}