summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCubeTheThird2024-09-08 23:41:44 -0400
committerCubeTheThird2024-09-08 23:41:44 -0400
commitf446fafff5771918c0b6ebe4389e9662472bfdd9 (patch)
tree1c0bb4d0bf930e17f9591135f31d075f8bfead84 /PKGBUILD
parent7b15133d1b09d4a5d96dae2b9a98826f6bce4896 (diff)
downloadaur-brogue-ce.tar.gz
Bump version 1.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb24ac1fa6c7..3a0a77ee3c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: CubeTheThird <cubethethird@gmail.com>
pkgname=brogue-ce
-pkgver=1.14
+pkgver=1.14.1
pkgrel=1
pkgdesc="Brogue Community Edition: A 26-level dungeon crawl to the Amulet of Yendor."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/tmewett/BrogueCE"
license=('AGPL-3.0-only')
depends=('sdl2_image' 'sdl2')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/tmewett/BrogueCE/archive/v${pkgver}.tar.gz")
-md5sums=('06008bdbaca768bfe797ee3d0b0292fc')
+md5sums=('952b9ac1b8c05d7489a30b9427bbb65e')
build() {
cd "$srcdir/BrogueCE-$pkgver"