summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2019-09-12 02:15:00 -0700
committerMike Swanson2019-09-12 02:15:00 -0700
commit1f3a32044bfeafb373284cc70f06871c3e26b091 (patch)
tree7c70fce2bfc1c2e52a688bd71df60572b76b96e0
parentad693fe4cb74906d2a7d4e637b1f4bfc9215582b (diff)
downloadaur-1f3a32044bfeafb373284cc70f06871c3e26b091.tar.gz
Update to 5.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d87f3876fc6..39b34df628cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crispy-doom
pkgdesc = Vanilla-compatible enhanced Doom engine
- pkgver = 5.6.1
+ pkgver = 5.6.2
pkgrel = 1
url = http://fabiangreffrath.github.io/crispy-doom
install = crispy-doom.install
@@ -16,8 +16,8 @@ pkgbase = crispy-doom
optdepends = freedm: Free deathmatch game
optdepends = freedoom1: Free Ultimate Doom-compatible game
optdepends = freedoom2: Free Doom II/Final Doom-compatible game
- source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.6.1.tar.gz
- sha512sums = 692c18d5a91b12c1829490daf6e3e975a6bfc2ac304bb0616a1e1e2ad189f2155242bf0da4694e6c2d3278daf673dd26662d8855e81a0ba206936f5301d9a2ef
+ source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.6.2.tar.gz
+ sha512sums = 717b5e7e96a877853468ab233a852ae55610ca8ae3a426ed90f793643312be0f144578c2ef9cbd5f4eb6cd848332c5a4974f2ca0ea7ad841a5e43566d5eecf2d
pkgname = crispy-doom
diff --git a/PKGBUILD b/PKGBUILD
index dbb7d560db59..752c2830e7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=crispy-doom
pkgdesc="Vanilla-compatible enhanced Doom engine"
-pkgver=5.6.1
+pkgver=5.6.2
pkgrel=1
arch=('i686' 'x86_64')
url="http://fabiangreffrath.github.io/crispy-doom"
@@ -14,7 +14,7 @@ optdepends=('freedm: Free deathmatch game'
'freedoom2: Free Doom II/Final Doom-compatible game')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha512sums=('692c18d5a91b12c1829490daf6e3e975a6bfc2ac304bb0616a1e1e2ad189f2155242bf0da4694e6c2d3278daf673dd26662d8855e81a0ba206936f5301d9a2ef')
+sha512sums=('717b5e7e96a877853468ab233a852ae55610ca8ae3a426ed90f793643312be0f144578c2ef9cbd5f4eb6cd848332c5a4974f2ca0ea7ad841a5e43566d5eecf2d')
prepare() {
cd "$pkgname-$pkgname-$pkgver"