mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/you-get: Updated for version 0.4.1620.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5cee183f01
commit
946784f074
3 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
setup(
|
||||
name = proj_info['name'],
|
||||
- version = VERSION,
|
||||
+ version = '0.4.1555',
|
||||
+ version = '0.4.1620',
|
||||
|
||||
author = proj_info['author'],
|
||||
author_email = proj_info['author_email'],
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=you-get
|
||||
VERSION=${VERSION:-0.4.1555}
|
||||
VERSION=${VERSION:-0.4.1620}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="you-get"
|
||||
VERSION="0.4.1555"
|
||||
VERSION="0.4.1620"
|
||||
HOMEPAGE="http://www.soimort.org/you-get/"
|
||||
DOWNLOAD="https://github.com/soimort/you-get/releases/download/v0.4.1555/you-get-0.4.1555.tar.gz"
|
||||
MD5SUM="c517e63c809d0e37562847f19b92b567"
|
||||
DOWNLOAD="https://github.com/soimort/you-get/releases/download/v0.4.1620/you-get-0.4.1620.tar.gz"
|
||||
MD5SUM="98cba7d92ce5831b7eea5650f8eedf3f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue