diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-08-08 15:05:03 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-08-08 15:05:03 +0000 |
commit | 41333cde8780ace32d8f4931be22c7638a76f7a5 (patch) | |
tree | 69ee06afc458e28d29b998f26a999dd316454dfc /x11/wob/Makefile | |
parent | 580e1b30d156fca1449563e7592b41d0896d2a51 (diff) |
x11/wob: update to 0.10
Changes: https://github.com/francma/wob/releases/tag/0.10
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=544499
Diffstat (limited to 'x11/wob/Makefile')
-rw-r--r-- | x11/wob/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wob/Makefile b/x11/wob/Makefile index 48c548943ab7..6bd1dd0ee002 100644 --- a/x11/wob/Makefile +++ b/x11/wob/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wob -DISTVERSION= 0.9 +DISTVERSION= 0.10 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |