summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2024-04-19 09:01:49 +0200
committerkleintux2024-04-19 09:01:49 +0200
commit7130aab7d0820069c51fda79a67a3ab4e01bc669 (patch)
treefca34176a49445548ac8073ffdf3b1ae3f2f8d28 /PKGBUILD
parent6e02bafbc9f9b1ade8d75fb590bfe11ddbd0750a (diff)
downloadaur-sopwith.tar.gz
update to 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3967afaed522..a025d2c0b2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sopwith
_pkgname="sdl-${pkgname}"
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="Sidescrolling shoot 'em up game"
url="https://fragglet.github.io/sdl-sopwith/sshot.html"
@@ -13,7 +13,7 @@ license=('GPL')
depends=('sdl')
makedepends=('autoconf')
source=("https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-${pkgver}.tar.gz")
-sha256sums=('885350cdbc3a95e5986935690bec1e8ea84e4d2983c462eed9691ac216173f96')
+sha256sums=('1dafbf1f7bc614c94427114cf1d6f8fbcc0b191219249f13776dffaae9ce1af0')
build() {
cd "${srcdir}/${_pkgname}-${_pkgname}-${pkgver}"