summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2021-04-05 21:07:58 +0200
committerFabioLolix2021-04-05 21:07:58 +0200
commitd25446eb846f9caf3dcd454807b3ca6e41dbf67e (patch)
tree3e1309f6f92374ff0f33df3cda3835728a08b29b /PKGBUILD
parentc387b5ba1f420921609588f90a0f2a57da0bd4ba (diff)
downloadaur-d25446eb846f9caf3dcd454807b3ca6e41dbf67e.tar.gz
v2.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b2ee00fccda..72645b8a198b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sergey Malkin <adresatt@gmail.com>
pkgname=nemu
-pkgver=2.5.1
+pkgver=2.6.0
pkgrel=1
pkgdesc="ncurses interface for QEMU"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=(qemu ncurses sqlite udev libusb)
makedepends=(cmake)
source=("$pkgname-$pkgver.tar.bz2::https://github.com/nemuTUI/nemu/archive/v${pkgver}.tar.gz"
"https://bitbucket.org/PascalRD/$pkgname/raw/1e73a64638ef804f0e241e89aeb31305eb4f602d/LICENSE")
-sha256sums=('7968ae5eed2e028d74c5fd66ceb978e5eb605f0823cc451d5cc187ca83fee9ba'
+sha256sums=('dd0467cb82aae9945416bbadd8279d0aadf1d56ce5c6e7ccfc3116fa91b674e7'
'0853b096d8bc114f9e17a36939192982eb4440a15a00bb375a45bd6d27cd3210')
prepare() {