mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/etherpad-lite: Updated for version 1.5.7.
Fixed build failure with node-0.12. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ab5220c6fa
commit
f748ab508b
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PRGNAM=etherpad-lite
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.5.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="etherpad-lite"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.5.7"
|
||||
HOMEPAGE="http://etherpad.org/"
|
||||
DOWNLOAD="https://github.com/ether/etherpad-lite/archive/1.3.0.tar.gz"
|
||||
MD5SUM="baa4e7c8588cfcf5c2a4ef7768de5e89"
|
||||
DOWNLOAD="https://github.com/ether/etherpad-lite/archive/1.5.7.tar.gz"
|
||||
MD5SUM="13691d2abb449c0eb1fc93f9ffbcc6b7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="node"
|
||||
|
|
Loading…
Reference in a new issue