summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-02-28 15:48:20 -0500
committerAndrew Sun2021-02-28 15:48:20 -0500
commit5543ee98dcbd0a3c23e3149f2f1ac74e4ca38824 (patch)
treefac90f8bf6192d65ebd88a5347fd7b7844e528c2 /PKGBUILD
parentbe97ffc3990b0b61ef8d1229f6b802ecf848f795 (diff)
downloadaur-5543ee98dcbd0a3c23e3149f2f1ac74e4ca38824.tar.gz
0.6.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0116e7bd73c8..671022b77471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Shinlun Hsieh <yngwiexx at yahoo dot com dot tw>
pkgname=gxemul
-pkgver=0.6.3
+pkgver=0.6.3.1
pkgrel=1
pkgdesc='Instruction-level machine emulator'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='http://gavare.se/gxemul/'
license=('GPL')
depends=('libx11' 'sh')
source=("http://gavare.se/gxemul/src/gxemul-${pkgver}.tar.gz")
-sha256sums=('163604d4888218e5fdbc6858b9fc1ec1607d005eadbec424f3a9663e1f2986ed')
+sha256sums=('e9dd60b97c2c148def1c63d7e2a5bc85550fca6f88e323886739ba6166b78761')
build() {
cd ${srcdir}/${pkgname}-${pkgver}