summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bad64df35bb1..b1f37aa88ceb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = doomretro
pkgdesc = The classic, refined DOOM source port
- pkgver = 4.4.8
+ pkgver = 4.4.9
pkgrel = 1
url = http://doomretro.com
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = doomretro
depends = sdl2_mixer
depends = glibc
optdepends = timidity++: for music playback
- source = doomretro::git+https://github.com/bradharding/doomretro.git#commit=9529206253347d3b1adf9f310b8ab574ce2b8e90
+ source = doomretro::git+https://github.com/bradharding/doomretro.git#commit=ec9cf4d06087683c527f6b1f3cd9a6546a1dfdf3
b2sums = SKIP
pkgname = doomretro
diff --git a/PKGBUILD b/PKGBUILD
index ece9f13f9c21..c8da3132b68d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Straube <straubem@gmx.de>
pkgname=doomretro
-pkgver=4.4.8
+pkgver=4.4.9
pkgrel=1
pkgdesc='The classic, refined DOOM source port'
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('sdl2_image' 'sdl2_mixer' 'glibc')
makedepends=('git' 'cmake')
optdepends=('timidity++: for music playback')
-_commit='9529206253347d3b1adf9f310b8ab574ce2b8e90' # v4.4.8
+_commit='ec9cf4d06087683c527f6b1f3cd9a6546a1dfdf3' # v4.4.9
source=("$pkgname::git+https://github.com/bradharding/doomretro.git#commit=$_commit")
b2sums=('SKIP')