summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-04-03 23:00:11 +0200
committerMichel Zou2024-04-03 23:00:11 +0200
commit30ef0b4c24ec3ff23b32d8f2474cb9f9881b8214 (patch)
tree96bf43fe07aa746df86ce5ece0c03a9b6cf927e4 /PKGBUILD
parent702b0d37dcfe0f57739541a96dc4f147e31a609d (diff)
downloadaur-30ef0b4c24ec3ff23b32d8f2474cb9f9881b8214.tar.gz
1.22.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bda7bfd755c8..d494ed519931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openmodelica
-pkgver=1.22.2
+pkgver=1.22.3
pkgrel=1
pkgdesc="Open-source Modelica-based modeling and simulation environment"
url="https://www.openmodelica.org"
@@ -9,7 +9,7 @@ arch=('x86_64')
depends=('java-environment' 'lapack' 'openscenegraph' 'boost-libs' 'qt5-webengine' 'qt5-xmlpatterns' 'qt5-svg' 'qt5-tools')
makedepends=('gcc-fortran' 'cmake' 'git' 'boost')
source=("${pkgname}::git+${_giturl}#tag=v${pkgver}")
-sha256sums=('SKIP')
+sha256sums=('ac0ecb0cec22823ac35c8a1b13d3894c223c77e13d81c301058cc6966a12d5f9')
prepare() {
cd "${pkgname}"