summary refs log tree commit diff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/pounce-palaver/Makefile2
-rw-r--r--irc/pounce-palaver/distinfo6
-rw-r--r--irc/pounce/Makefile2
-rw-r--r--irc/pounce/distinfo6
4 files changed, 8 insertions, 8 deletions
diff --git a/irc/pounce-palaver/Makefile b/irc/pounce-palaver/Makefile
index 6816644..114d79d 100644
--- a/irc/pounce-palaver/Makefile
+++ b/irc/pounce-palaver/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pounce-palaver
-DISTVERSION=	2.1
+DISTVERSION=	2.2
 CATEGORIES=	irc
 MASTER_SITES=	https://git.causal.agency/pounce/snapshot/
 DISTNAME=	pounce-${DISTVERSION}
diff --git a/irc/pounce-palaver/distinfo b/irc/pounce-palaver/distinfo
index b679f11..f6a1a3c 100644
--- a/irc/pounce-palaver/distinfo
+++ b/irc/pounce-palaver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606260612
-SHA256 (pounce-2.1.tar.gz) = d8813835302abdb607903becbda6808a225632d9ab5f6390e45230c8edeab1c3
-SIZE (pounce-2.1.tar.gz) = 48168
+TIMESTAMP = 1610748251
+SHA256 (pounce-2.2.tar.gz) = 2edde674f3d5d7f92211d25a7a5f0b011d91ab893942c09f9cbde5106e0f9b0c
+SIZE (pounce-2.2.tar.gz) = 48582
diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
index 599a8f2..1250d36 100644
--- a/irc/pounce/Makefile
+++ b/irc/pounce/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pounce
-DISTVERSION=	2.1p1
+DISTVERSION=	2.2
 CATEGORIES=	irc
 MASTER_SITES=	https://git.causal.agency/pounce/snapshot/
 
diff --git a/irc/pounce/distinfo b/irc/pounce/distinfo
index 3c0d76a..9888adf 100644
--- a/irc/pounce/distinfo
+++ b/irc/pounce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608003076
-SHA256 (pounce-2.1p1.tar.gz) = 24fbb3287044edd37dd32a365189541c4fc7309c395415e542cc3d554ccd8f91
-SIZE (pounce-2.1p1.tar.gz) = 48192
+TIMESTAMP = 1610747448
+SHA256 (pounce-2.2.tar.gz) = 2edde674f3d5d7f92211d25a7a5f0b011d91ab893942c09f9cbde5106e0f9b0c
+SIZE (pounce-2.2.tar.gz) = 48582
/td>June McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe