mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/psi-plus: Updated for version 1.5.1600.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2c2e470715
commit
abf12ae35b
3 changed files with 6 additions and 11 deletions
|
@ -11,11 +11,6 @@ number of unique features. From developers point of view Psi+ is just a
|
|||
development branch of Psi IM client which is hosted at separate git
|
||||
repositories and for which rolling release development model is used.
|
||||
|
||||
LATEST COMMIT INFO
|
||||
NOTE
|
||||
|
||||
Current version of Psi+ is 1.5.1484
|
||||
It is based on:
|
||||
* psi: 02474c63
|
||||
* plugins: b03a4d0
|
||||
* psimedia: a323296
|
||||
* resources: a00b363
|
||||
psi-plus currently needs access to the internet to build.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=psi-plus
|
||||
VERSION=${VERSION:-1.5.1484}
|
||||
VERSION=${VERSION:-1.5.1600}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="psi-plus"
|
||||
VERSION="1.5.1484"
|
||||
VERSION="1.5.1600"
|
||||
HOMEPAGE="https://psi-plus.com"
|
||||
DOWNLOAD="https://github.com/psi-plus/psi-plus-snapshots/archive/1.5.1484/psi-plus-snapshots-1.5.1484.tar.gz"
|
||||
MD5SUM="5d9c85e8e9aa8c4ad12727ec1dc7aca1"
|
||||
DOWNLOAD="https://github.com/psi-plus/psi-plus-snapshots/archive/1.5.1600/psi-plus-snapshots-1.5.1600.tar.gz"
|
||||
MD5SUM="0ec48977544d9f69375b946b2a012505"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue