summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2019-10-15 15:04:51 +0200
committerMikael Eriksson2019-10-15 15:04:51 +0200
commit2aef5dce7b86b647e91d65c51ab66675bffe3c4a (patch)
tree95d93dd6f68d6cef882683c49ba65b2efef52bea
parent792c6abd6e3764ada91a486ff77925867ca46d40 (diff)
downloadaur-2aef5dce7b86b647e91d65c51ab66675bffe3c4a.tar.gz
0.8.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3f0db8cca25..8c4aaa994ff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = odamex
pkgdesc = A free client/server multiplayer engine for the classic FPS Doom.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = http://odamex.net/
arch = i686
@@ -11,9 +11,9 @@ pkgbase = odamex
depends = wxgtk
depends = miniupnpc
optdepends = timidity++: Required for music
- source = http://downloads.sourceforge.net/odamex/odamex-src-0.8.0.tar.gz
+ source = http://downloads.sourceforge.net/odamex/odamex-src-0.8.1.tar.gz
source = 0001-Fix-WAD-path.patch
- sha256sums = 52b4d0ba504edfea53e24d8b19c86da6f7e3b75980c3133eb6b5e97d24a606ea
+ sha256sums = 31704a45eae3a833dcc0c4c840444cda0ba88a2fc9b6115b612e31a6dcc48bfb
sha256sums = c4ce4072515c7dbfe65d1829a317d21b5f1091e04997761cdfee345a60141638
pkgname = odamex
diff --git a/PKGBUILD b/PKGBUILD
index dcea0e3be3c2..d0cd33b1789b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Curtis Smith <kman922002@gmail.com>
pkgname=odamex
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='A free client/server multiplayer engine for the classic FPS Doom.'
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ makedepends=('cmake')
optdepends=('timidity++: Required for music')
source=("http://downloads.sourceforge.net/odamex/odamex-src-${pkgver}.tar.gz"
0001-Fix-WAD-path.patch)
-sha256sums=('52b4d0ba504edfea53e24d8b19c86da6f7e3b75980c3133eb6b5e97d24a606ea'
+sha256sums=('31704a45eae3a833dcc0c4c840444cda0ba88a2fc9b6115b612e31a6dcc48bfb'
'c4ce4072515c7dbfe65d1829a317d21b5f1091e04997761cdfee345a60141638')
prepare() {