summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlillian rose winter2021-06-10 21:17:42 -0500
committerlillian rose winter2021-06-10 21:17:42 -0500
commit318823a7feb0ddd33a4b8bd9eda66a2d668fbe33 (patch)
treed4ada9a65bb232cb3b3c3d4fc3c6279a8e46a7c0 /PKGBUILD
parent28227c808290141c4307f9fcfdef9eb10bcff7ed (diff)
downloadaur-318823a7feb0ddd33a4b8bd9eda66a2d668fbe33.tar.gz
update to 2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b98d356446d0..5c2a6cab9d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: neko <hi@neko.vg>
pkgname=pounce
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc='A a multi-client, TLS-only IRC bouncer using a multiple-consumer ring buffer and the IRCv3.2 server-time extension to communicate with clients.'
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://git.causal.agency/${pkgname}/"
license=('GPL3')
depends=('libretls')
source=("https://git.causal.agency/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-md5sums=('f9b78815ca4bc82ca3f840e67e736bf2')
+md5sums=('3d7f95545b8b3fad435aa93d684e11be')
build() {
cd "${pkgname}-${pkgver}"