summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaolo Viotti2023-11-25 10:58:31 +0000
committerPaolo Viotti2023-11-25 10:58:31 +0000
commit6965e02607f46ae20b22943806ad99d8f3cf25e3 (patch)
tree16b726d90158882088e270d0a2276d9802a11a40 /PKGBUILD
parentfd0533369e5afd20d27c712c3c5c5fa9ff66c459 (diff)
downloadaur-6965e02607f46ae20b22943806ad99d8f3cf25e3.tar.gz
v1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e5745a8455d..f6aad77ce2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paolo Viotti <skypixel@gmail.com>
pkgname=edumips64
-pkgver=1.2.10
+pkgver=1.3.0
pkgrel=1
pkgdesc="Cross-platform educational MIPS64 CPU simulator"
arch=('any')
@@ -12,7 +12,7 @@ source=(https://github.com/EduMIPS64/$pkgname/releases/download/v$pkgver/$pkgnam
$pkgname.desktop
$pkgname.png
$pkgname)
-sha256sums=('d971d3a2ccfd11ed9f98937be2a8cea2ff4077f6fb5d799443e069a9a6ba9d7f'
+sha256sums=('499e473a9ddd6d62007c36f1448345a1909194f40a1adf9b6c57a92df0fd08bb'
'95ac7ee775fc01c9868fcba81b89c11bd104531c4d48316721e8a2ff9ef29922'
'25d07c621bd61d1153e1ebf21a2d111a46ec1d74f8c8887ddade423cadbd47d4'
'e0ba9997d2fa5239b4e114c1b23fa091063927387d76c641bc1eebc26955b24a')
@@ -25,5 +25,4 @@ package() {
# icon and .desktop file
install -Dm644 "${srcdir}/$pkgname.desktop" "${pkgdir}/usr/share/applications/$pkgname.desktop"
install -Dm644 "${srcdir}/$pkgname.png" "${pkgdir}/usr/share/pixmaps/$pkgname.png"
-}
-
+} \ No newline at end of file