summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f31d20fe2caf..d65c080c35ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakub Dupak <dev@jakubdupak.com>
pkgname=qtrvsim
-pkgver=0.9.6
+pkgver=0.9.7
pkgrel=1
pkgdesc="RISC-V CPU simulator for education purposes"
arch=("any")
@@ -9,7 +9,7 @@ license=('GPL-3.0-or-later ')
depends=("qt5-base")
makedepends=("cmake" "elfutils")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cvut/qtrvsim/archive/v${pkgver}.tar.gz")
-sha256sums=("7d31cd68cfdfebb602dc6ed37437a29d171bce4aa8fb4a7af5bdd8b94a5a037b")
+sha256sums=('6113ab077ca6fd720cace98e15136ce567f6c7207be284f852829775c132b326')
prepare() {
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)