mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/sfeed: Update for 1.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
826d363010
commit
d961347ca6
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sfeed
|
||||
VERSION=${VERSION:-1.4}
|
||||
VERSION=${VERSION:-1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sfeed"
|
||||
VERSION="1.4"
|
||||
VERSION="1.5"
|
||||
HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html"
|
||||
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.4.tar.gz"
|
||||
MD5SUM="4cb0b1544e92f4ffd51670f62371a97a"
|
||||
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-1.5.tar.gz"
|
||||
MD5SUM="0a705754cdff377aea5265ec79625380"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue