network/sfeed: Updated for version 2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
577ed61c97
commit
5b8239773b
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sfeed
|
||||
VERSION=${VERSION:-1.9}
|
||||
VERSION=${VERSION:-2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sfeed"
|
||||
VERSION="1.9"
|
||||
VERSION="2.0"
|
||||
HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html"
|
||||
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.9.tar.gz"
|
||||
MD5SUM="29a9ea57032d51cfad41527a44eac91f"
|
||||
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-2.0.tar.gz"
|
||||
MD5SUM="02f0af9a09782d3b5a66c34d3e7b0a7b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue