summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2024-02-29 08:03:28 +0100
committerkleintux2024-02-29 08:03:28 +0100
commit6e02bafbc9f9b1ade8d75fb590bfe11ddbd0750a (patch)
tree31ce8332abfd3b3f5853504e919e87880a6d03d3
parent0baf353dddf594931ac4eba95fb0135d30f82862 (diff)
downloadaur-6e02bafbc9f9b1ade8d75fb590bfe11ddbd0750a.tar.gz
update to 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e07da76cf40..96f4a94935d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sopwith
pkgdesc = Sidescrolling shoot 'em up game
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://fragglet.github.io/sdl-sopwith/sshot.html
arch = i686
@@ -8,7 +8,7 @@ pkgbase = sopwith
license = GPL
makedepends = autoconf
depends = sdl
- source = https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-2.3.0.tar.gz
- sha256sums = de322507d03259b7afb5818400894d1fa18850abad10c46d4736b2dfd07231d8
+ source = https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-2.4.0.tar.gz
+ sha256sums = 885350cdbc3a95e5986935690bec1e8ea84e4d2983c462eed9691ac216173f96
pkgname = sopwith
diff --git a/PKGBUILD b/PKGBUILD
index ef6d63c1a235..3967afaed522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sopwith
_pkgname="sdl-${pkgname}"
-pkgver=2.3.0
+pkgver=2.4.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=('de322507d03259b7afb5818400894d1fa18850abad10c46d4736b2dfd07231d8')
+sha256sums=('885350cdbc3a95e5986935690bec1e8ea84e4d2983c462eed9691ac216173f96')
build() {
cd "${srcdir}/${_pkgname}-${_pkgname}-${pkgver}"