diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-25 22:07:59 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:31 +0700 |
commit | 226b922a2ca01945b8c1ba814cdc5cb91b15fd74 (patch) | |
tree | b6d6f205001863faf4154d37e61db5870303b2c9 /network/sfeed | |
parent | ee885a02eaaf30e13c7e3bb664163a9cfc801ee0 (diff) |
network/sfeed: Updated for version 1.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sfeed')
-rw-r--r-- | network/sfeed/README.SLACKWARE | 2 | ||||
-rw-r--r-- | network/sfeed/sfeed.SlackBuild | 7 | ||||
-rw-r--r-- | network/sfeed/sfeed.info | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/network/sfeed/README.SLACKWARE b/network/sfeed/README.SLACKWARE index a8a501e9b4f44..8b2309ed205de 100644 --- a/network/sfeed/README.SLACKWARE +++ b/network/sfeed/README.SLACKWARE @@ -1,6 +1,4 @@ The following instructions are taken from /usr/doc/sfeed-*/README -Note that the slackbuild removes /usr/share/doc/sfeed; thus, please -copy necessary files from /usr/doc/sfeed-* - Initialize sfeed folders: mkdir -p "$HOME/.sfeed/feeds" diff --git a/network/sfeed/sfeed.SlackBuild b/network/sfeed/sfeed.SlackBuild index 2db9400b53b72..e72e8a4e808ef 100644 --- a/network/sfeed/sfeed.SlackBuild +++ b/network/sfeed/sfeed.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sfeed -# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sfeed -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/network/sfeed/sfeed.info b/network/sfeed/sfeed.info index 8007c45f897fd..a9c749e9cffd1 100644 --- a/network/sfeed/sfeed.info +++ b/network/sfeed/sfeed.info @@ -1,8 +1,8 @@ PRGNAM="sfeed" -VERSION="1.6" +VERSION="1.7" HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html" -DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.6.tar.gz" -MD5SUM="b6374289fb19e8483e05e86386aee9af" +DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.7.tar.gz" +MD5SUM="49aa3cdf76470f1827092366dfb81c3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |