From 55e0f312dce3551aa2b9b2a059b37d7f3754b1c9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 17 Nov 2020 21:27:33 +0000 Subject: Update catgirl to 1.3 --- irc/catgirl/Makefile | 2 +- irc/catgirl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'irc/catgirl') diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile index f2bf2e0..6da38ba 100644 --- a/irc/catgirl/Makefile +++ b/irc/catgirl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= catgirl -DISTVERSION= 1.2 +DISTVERSION= 1.3 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/catgirl/snapshot/ diff --git a/irc/catgirl/distinfo b/irc/catgirl/distinfo index af691da..05d676b 100644 --- a/irc/catgirl/distinfo +++ b/irc/catgirl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599769637 -SHA256 (catgirl-1.2.tar.gz) = d1265d023cffa4d997907b86b42760f30f44419fa1d5273267e9b16f67b46fb6 -SIZE (catgirl-1.2.tar.gz) = 53397 +TIMESTAMP = 1605648259 +SHA256 (catgirl-1.3.tar.gz) = be00ea0bd3c8a9582c792d2767bc1a671e05dff839a246b533797742fcda8cec +SIZE (catgirl-1.3.tar.gz) = 54228 -- cgit 1.4.1 lass='tabs'> summary refs log tree commit diff
path: root/edit.c (unfollow)
Commit message (Expand)Author
2020-02-12Allow for arguments to open/copy utilitiesJune McEnroe
2020-02-12Handle RPL_AWAYJune McEnroe
2020-02-11Support monochromatic terminalsJune McEnroe
2020-02-11Add .gz to chroot-man scriptJune McEnroe
2020-02-11Add -R restricted flagJune McEnroe
2020-02-11Add chroot targetJune McEnroe
2020-02-11Exit focus and paste modes on err exitJune McEnroe
2020-02-11Add startup GPLv3 note and URLJune McEnroe
2020-02-11Make sure -D_GNU_SOURCE ends up in CFLAGS on LinuxJune McEnroe
2020-02-11Add note about setting PKG_CONFIG_PATHJune McEnroe
2020-02-11Rename query ID on nick changeJune McEnroe
2020-02-11Call completeClear when closing a windowJune McEnroe
2020-02-11Don't insert color codes for non-mentionsJune McEnroe
2020-02-11Take first two words in colorMentionsJune McEnroe
2020-02-11Use time_t for save signatureJune McEnroe
2020-02-11Set self.nick to * initiallyJune McEnroe
2020-02-11Define ColorCap instead of hardcoding 100June McEnroe
2020-02-11Move hash to top of chat.hJune McEnroe
2020-02-11Move base64 out of chat.hJune McEnroe
2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe
2020-02-11Fix whois idle unit calculationJune McEnroe
2020-02-11Cast towupper to wchar_tJune McEnroe
2020-02-11Cast set but unused variables to voidJune McEnroe
2020-02-11Declare strlcatJune McEnroe
2020-02-11Check if VDSUSP existsJune McEnroe
2020-02-11Fix completeReplace iterationJune McEnroe
2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe
2020-02-11Remove legacy codeJune McEnroe
2020-02-11Add INSTALLING section to READMEJune McEnroe