summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Horky2023-11-07 11:09:06 +0100
committerVojtech Horky2023-11-07 11:09:06 +0100
commit101bd54e2995e526b9fb2e2510cc355d777de365 (patch)
tree3ee0950e2eeedc89974529731d9bf5b785135f26
parent1b134f74b3016bdd456afc273cb624e6e514b9c8 (diff)
downloadaur-msim.tar.gz
msim 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e405dd0bfbe..ff951dc67f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msim
pkgdesc = Light-weight computer simulator based on MIPS R4000 and RISC-V
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://d3s.mff.cuni.cz/software/msim/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = msim
license = GPL
makedepends = imake
depends = readline
- source = https://github.com/d-iii-s/msim/archive/refs/tags/v2.2.0.tar.gz
- md5sums = 4a9d4649a1eb1b4e640a1659b4e23577
+ source = https://github.com/d-iii-s/msim/archive/refs/tags/v2.2.1.tar.gz
+ md5sums = a806527cb017f5cec8b3d1eacf7353e1
pkgname = msim
diff --git a/PKGBUILD b/PKGBUILD
index 47f652010508..fa0b09678464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Vojtech Horky <AUR / hotspur>
# Maintainer: Vojtech Horky <AUR / hotspur>
pkgname=msim
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Light-weight computer simulator based on MIPS R4000 and RISC-V"
url="https://d3s.mff.cuni.cz/software/msim/"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('readline')
makedepends=('imake')
source=("https://github.com/d-iii-s/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('4a9d4649a1eb1b4e640a1659b4e23577')
+md5sums=('a806527cb017f5cec8b3d1eacf7353e1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}