Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions network/sfeed/sfeed.SlackBuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash

#
# Slackware build script for sfeed

#
# Copyright 2019-2023 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2019-2023 r1w1s1 <r1w1s1@fastmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=sfeed
VERSION=${VERSION:-2.2}
VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
10 changes: 5 additions & 5 deletions network/sfeed/sfeed.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="sfeed"
VERSION="2.2"
VERSION="2.3"
HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-2.2.tar.gz"
MD5SUM="08118861bad325f968928a727ccacbcf"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-2.3.tar.gz"
MD5SUM="5634b8216e97b32b5ac84b9b5fe72066"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Hiltjo Posthuma"
EMAIL="hiltjo@codemadness.org"
MAINTAINER="r1w1s1"
EMAIL="r1w1s1@fastmail.com"