summary refs log tree commit diff
path: root/irc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-06 18:00:18 +0000
committerJune McEnroe <june@causal.agency>2021-09-06 18:00:18 +0000
commit88a21270bc5edecc5fee305a20874ce2c0dbe843 (patch)
tree765fa61588ce64b46342b8720055c84426dc1c73 /irc
parentUpdate cgit-causal-agency to 20210906 (diff)
downloadports-88a21270bc5edecc5fee305a20874ce2c0dbe843.tar.gz
ports-88a21270bc5edecc5fee305a20874ce2c0dbe843.zip
Update catgirl to 1.9a
Diffstat (limited to '')
-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 a13045e..48bf7e6 100644
--- a/irc/catgirl/Makefile
+++ b/irc/catgirl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	catgirl
-DISTVERSION=	1.8
+PORTVERSION=	1.9a
 CATEGORIES=	irc
 MASTER_SITES=	https://git.causal.agency/catgirl/snapshot/
 
diff --git a/irc/catgirl/distinfo b/irc/catgirl/distinfo
index 612528a..55df704 100644
--- a/irc/catgirl/distinfo
+++ b/irc/catgirl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622486723
-SHA256 (catgirl-1.8.tar.gz) = 2ef69606640f25ca695bc65d0dd9e16f5fa36184feb38d1253a5648dad68776b
-SIZE (catgirl-1.8.tar.gz) = 60915
+TIMESTAMP = 1630951196
+SHA256 (catgirl-1.9a.tar.gz) = 3049b99abad67cda7e9811c58c648e1afbdfbc127e1e8fcafa63d4c73243915d
+SIZE (catgirl-1.9a.tar.gz) = 62635
/tr> 2018-05-17Release 0.5.10.2.Herbert Xu 2018-05-15parser: Fix incorrect eating of backslash newlinesHerbert Xu 2018-05-10Release 0.5.10.1.Herbert Xu 2018-05-09jobs - Do not block when waiting on SIGCHLDHerbert Xu 2018-05-03Release 0.5.10.Herbert Xu 2018-04-19eval: Variable assignments on functions are no longer persistentHerbert Xu 2018-04-19parser: Fix parameter expansion inside inner double quotesHerbert Xu 2018-04-19parser: Fix parsing of ${}Herbert Xu 2018-04-19man: correct typos, iff -> ifMartijn Dekker 2018-04-19expand: Do not quote backslashes in unquoted parameter expansionHerbert Xu 2018-04-19shell: Add subdir-objects to AM_INIT_AUTOMAKEJason Bowen 2018-04-19eval: Restore input files in evalcommandHerbert Xu 2018-04-19eval: Reap zombies after built-in commands and functionsHerbert Xu 2018-04-19redir: Fix typo in noclobber codeHerbert Xu 2018-04-19expand: Fix glibc glob(3) supportHerbert Xu 2018-04-02expand: Fix buffer overflow in expandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu