summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Leconte2024-05-24 22:41:35 +0200
committerAlexandre Leconte2024-05-24 22:41:35 +0200
commit972496309e18ab5da31bb6e2d5a72d393e66db43 (patch)
tree76f47710d0c36260a435371881f003ae83a730e1 /PKGBUILD
parentd52fafabe60362f17c62b098c3afb4f8c540dfef (diff)
downloadaur-jarmemu.tar.gz
Updating to v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fafc50f25d29..f2a06d09c239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandre Leconte <aleconte@dwightstudio.fr>
pkgname=jarmemu
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Simple ARMv7 simulator written in Java, intended for educational purpose"
arch=('any')
@@ -20,7 +20,7 @@ changelog=
# TODO: Use portable archive instead
source=("https://github.com/Dwight-Studio/JArmEmu/releases/download/v$pkgver/JArmEmu-$pkgver.zip")
noextract=()
-sha256sums=("1f8a70a2bbc59b38f4bad6cfc9cc9babb2ee45f733cda920a521fc063ba575a7")
+sha256sums=("07766f6e9822d01eae60e7a44ba67440dd081dba9fe70e8e4a6ae9d301a5614f")
build() {
cd $srcdir/jarmemu