summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f027a7f943ff..59afc312dbfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = pounce
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.
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://git.causal.agency/pounce/
arch = x86_64
license = GPL3
depends = libretls
- source = https://git.causal.agency/pounce/snapshot/pounce-2.3.tar.gz
- md5sums = f9b78815ca4bc82ca3f840e67e736bf2
+ source = https://git.causal.agency/pounce/snapshot/pounce-2.4.tar.gz
+ md5sums = 3d7f95545b8b3fad435aa93d684e11be
pkgname = pounce
-
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}"