diff options
author | CubeTheThird | 2024-09-08 23:41:44 -0400 |
---|---|---|
committer | CubeTheThird | 2024-09-08 23:41:44 -0400 |
commit | f446fafff5771918c0b6ebe4389e9662472bfdd9 (patch) | |
tree | 1c0bb4d0bf930e17f9591135f31d075f8bfead84 /PKGBUILD | |
parent | 7b15133d1b09d4a5d96dae2b9a98826f6bce4896 (diff) | |
download | aur-brogue-ce.tar.gz |
Bump version 1.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |