summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Biondi2020-08-30 18:58:55 +0200
committerMattia Biondi2020-08-30 18:58:55 +0200
commitbc656a4ac5928cb37912a50669fb77c04522a0a4 (patch)
treed2c0896e8fdf7c07d64de56f3f675b7f354579e1
parentf995ecb9c520cbcbe22d6d69b22a9042fe0108bb (diff)
downloadaur-bc656a4ac5928cb37912a50669fb77c04522a0a4.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ffcf4eaf63..e9bc9e172d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = umps3
pkgdesc = Virtual machine simulator based around the MIPS R2/3000 microprocessor.
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://github.com/virtualsquare/umps3
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = umps3
makedepends = cross-mipsel-linux-gnu-gcc
optdepends = cross-mipsel-linux-gnu-gcc: compile programs for µMPS
conflicts = umps3-git
- source = umps3-3.0.0.tar.gz::https://github.com/virtualsquare/umps3/archive/v3.0.0.tar.gz
+ source = umps3-3.0.1.tar.gz::https://github.com/virtualsquare/umps3/archive/v3.0.1.tar.gz
sha256sums = 045bdca958d16a951ddcacf23f59ec2f7d0fafaf775adcd10e828a7b3d11f523
pkgname = umps3
diff --git a/PKGBUILD b/PKGBUILD
index 94c3ca5cacfe..fccd648199e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=umps
_ver=3
pkgname=$_name$_ver
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc="Virtual machine simulator based around the MIPS R2/3000 microprocessor."
arch=('x86_64')
url="https://github.com/virtualsquare/umps3"