summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd22047bf10..f027a7f943ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.2
+ pkgver = 2.3
pkgrel = 1
url = https://git.causal.agency/pounce/
arch = x86_64
license = GPL3
depends = libretls
- source = https://git.causal.agency/pounce/snapshot/pounce-2.2.tar.gz
- md5sums = 16c5821533b3c512b4261bf23414e3e2
+ source = https://git.causal.agency/pounce/snapshot/pounce-2.3.tar.gz
+ md5sums = f9b78815ca4bc82ca3f840e67e736bf2
pkgname = pounce
diff --git a/PKGBUILD b/PKGBUILD
index 80f9927b24f4..b98d356446d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: neko <hi@neko.vg>
pkgname=pounce
-pkgver=2.2
+pkgver=2.3
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=('16c5821533b3c512b4261bf23414e3e2')
+md5sums=('f9b78815ca4bc82ca3f840e67e736bf2')
build() {
cd "${pkgname}-${pkgver}"