diff options
author | June McEnroe <june@causal.agency> | 2020-09-10 20:29:45 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-10 20:29:45 +0000 |
commit | 156ae2c8874aa14f4694c6048b21b51a32193344 (patch) | |
tree | 888f76bae811ed1796c060849b5843f35118212d /irc/catgirl/Makefile | |
parent | Add pounce-palaver port (diff) | |
download | ports-156ae2c8874aa14f4694c6048b21b51a32193344.tar.gz ports-156ae2c8874aa14f4694c6048b21b51a32193344.zip |
Update catgirl to 1.2
Diffstat (limited to '')
-rw-r--r-- | irc/catgirl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile index e45b7c5..f2bf2e0 100644 --- a/irc/catgirl/Makefile +++ b/irc/catgirl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= catgirl -DISTVERSION= 1.1p1 +DISTVERSION= 1.2 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/catgirl/snapshot/ |