summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--irc/catgirl/Makefile2
-rw-r--r--irc/catgirl/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile
index b710f0d..28babf4 100644
--- a/irc/catgirl/Makefile
+++ b/irc/catgirl/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	catgirl
-DISTVERSION=	1.5
+DISTVERSION=	1.6
 CATEGORIES=	irc
 MASTER_SITES=	https://git.causal.agency/catgirl/snapshot/
 
diff --git a/irc/catgirl/distinfo b/irc/catgirl/distinfo
index b736da0..126e0ad 100644
--- a/irc/catgirl/distinfo
+++ b/irc/catgirl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610862039
-SHA256 (catgirl-1.5.tar.gz) = bea9fd47a55ad624113cec71c758427f485b841d92da59dbe9bfed4ef5c08c7c
-SIZE (catgirl-1.5.tar.gz) = 56432
+TIMESTAMP = 1612836387
+SHA256 (catgirl-1.6.tar.gz) = 3b32ee3b57cab5fa29b0a6cb9d21a4a5e5f41efd4a698cb9df15e316bf000f6a
+SIZE (catgirl-1.6.tar.gz) = 58524
911b&follow=1'>Handle nick collisionJune McEnroe 2019-10-26Wait for AUTHENTICATE + from serverJune McEnroe 2019-10-26Respond to PING with same parameterJune McEnroe 2019-10-26Add undocumented flag to disable verificationJune McEnroe 2019-10-26Do not require RPL_ISUPPORT for stateReadyJune McEnroe 2019-10-26Implement graceful shutdownJune McEnroe 2019-10-26Require PASS before USERJune McEnroe 2019-10-26Track channel topicsJune McEnroe 2019-10-26Set AWAY when no clients are connectedJune McEnroe 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe 2019-10-25Rename project pounceJune McEnroe