git » dosbox-x.git » commit f35b94a

Release 0.84.1

author Mike Cuche
2022-07-01 18:57:37 UTC
committer Mike Cuche
2022-07-01 18:57:37 UTC
parent 67b7da9903cd1781586d3539c59096a9acbe5a4d

Release 0.84.1

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 15a78c3..8f48a9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = dosbox-x
 	pkgdesc = x86 emulator with builtin DOS, with patches with more features
-	pkgver = 0.84.0
+	pkgver = 0.84.1
 	pkgrel = 1
 	url = http://dosbox-x.com
 	arch = i686
@@ -19,7 +19,7 @@ pkgbase = dosbox-x
 	depends = libpcap
 	optdepends = openglide-git: Third-party 3dfx Glide API support
 	conflicts = dosbox-x-git
-	source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.84.0.tar.gz
-	sha256sums = 564fbf8f0ab090c8b32bc38637c8204358c386b9cbffcb4f99a81bc82fddbad7
+	source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.84.1.tar.gz
+	sha256sums = d5ba5b3d87b0dc69d70f6c9701eec36772bbc3716e0b201b74ec73d4b3ff38cc
 
 pkgname = dosbox-x
diff --git a/PKGBUILD b/PKGBUILD
index b62df74..bf88adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Mike Cuche <cuche AT mailbox.org>
 
 pkgname=dosbox-x
-pkgver=0.84.0
+pkgver=0.84.1
 pkgrel=1
 pkgdesc="x86 emulator with builtin DOS, with patches with more features"
 arch=(i686 x86_64 aarch64)
@@ -13,7 +13,7 @@ optdepends=('openglide-git: Third-party 3dfx Glide API support')
 conflicts=(dosbox-x-git)
 source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz)
 
-sha256sums=('564fbf8f0ab090c8b32bc38637c8204358c386b9cbffcb4f99a81bc82fddbad7')
+sha256sums=('d5ba5b3d87b0dc69d70f6c9701eec36772bbc3716e0b201b74ec73d4b3ff38cc')
 
 build() {
   cd $srcdir/dosbox-x-dosbox-x-v${pkgver}