git » dosbox-x.git » commit 1c41d6b

v. 2024.10.01

author Mike Cuche
2024-10-02 16:39:29 UTC
committer Mike Cuche
2024-10-02 16:39:29 UTC
parent 690e758845da30e48f8b34e6a8aa8fe6f9458321

v. 2024.10.01

.SRCINFO +3 -3
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index ace97fe..9cf44b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = dosbox-x
 	pkgdesc = x86 emulator with builtin DOS, with patches with more features
-	pkgver = 2024.07.01
+	pkgver = 2024.10.01
 	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-v2024.07.01.tar.gz
-	sha256sums = 23462a3398303f8558e86973af9ba5d3d6d53bdaf324ec749610f2baf1dd449b
+	source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2024.10.01.tar.gz
+	sha256sums = 9940662759b9910e3c4549216be8db0278ceaaa80ace5b19f87b04d0b6ff8a3a
 
 pkgname = dosbox-x
diff --git a/PKGBUILD b/PKGBUILD
index 156dabb..3b86171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Mike Cuche <cuche AT mailbox.org>
+# Maintainer: Mike Cuche <mike@cuche.cc>
 
 pkgname=dosbox-x
-pkgver=2024.07.01
+pkgver=2024.10.01
 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=('23462a3398303f8558e86973af9ba5d3d6d53bdaf324ec749610f2baf1dd449b')
+sha256sums=('9940662759b9910e3c4549216be8db0278ceaaa80ace5b19f87b04d0b6ff8a3a')
 
 build() {
   cd $srcdir/dosbox-x-dosbox-x-v${pkgver}