Hi, sfeed 2.2 was released.
sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated file. It can be found at: * git://git.codemadness.org/sfeed * gopher://codemadness.org/1/git/sfeed * https://codemadness.org/releases/sfeed/ * gopher://codemadness.org/1/releases/sfeed/ A git log of changes can be found here: https://git.codemadness.org/sfeed/log.html or a summary here: gopher://bitreich.org/0/usr/bob/phlog/2025-03-11T13-37-00-133769.md Patch below: diff --git a/www/sfeed/Makefile b/www/sfeed/Makefile index 8cab319a2f0..8f9fa3cd75b 100644 --- a/www/sfeed/Makefile +++ b/www/sfeed/Makefile @@ -1,5 +1,5 @@ COMMENT = RSS/Atom newsreader and formatting programs -DISTNAME = sfeed-2.1 +DISTNAME = sfeed-2.2 CATEGORIES = www HOMEPAGE = https://codemadness.org/sfeed.html diff --git a/www/sfeed/distinfo b/www/sfeed/distinfo index 8984a853f6a..02ced83db18 100644 --- a/www/sfeed/distinfo +++ b/www/sfeed/distinfo @@ -1,2 +1,2 @@ -SHA256 (sfeed-2.1.tar.gz) = 3VTJs/+MR6Z86uZLjNYrBk678vEXFThtiWA+zSduNwU= -SIZE (sfeed-2.1.tar.gz) = 68610 +SHA256 (sfeed-2.2.tar.gz) = QnA4nDz6R0yqOJInHDFxp1FJAyjMUuUC2ENd48LkHMU= +SIZE (sfeed-2.2.tar.gz) = 68969 -- Kind regards, Hiltjo