mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/casperjs: Updated for version 1.0.0rc1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
b1bb8ea7ae
commit
3a9a311625
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=casperjs
|
||||
VERSION=0.6.9
|
||||
VERSION=1.0.0rc1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
@ -52,9 +52,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf n1k0-$PRGNAM-9fcf674
|
||||
tar xvf $CWD/n1k0-$PRGNAM-$VERSION-0-g9fcf674.tar.gz
|
||||
cd n1k0-$PRGNAM-9fcf674
|
||||
rm -rf n1k0-$PRGNAM-5428865
|
||||
tar xvf $CWD/n1k0-$PRGNAM-1.0.0-RC1-0-g5428865.tar.gz
|
||||
cd n1k0-$PRGNAM-5428865
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="casperjs"
|
||||
VERSION="0.6.9"
|
||||
VERSION="1.0.0rc1"
|
||||
HOMEPAGE="http://casperjs.org/"
|
||||
DOWNLOAD="https://github.com/n1k0/casperjs/tarball/0.6.9"
|
||||
MD5SUM="53e72b4e5dac4f40d82b8ddf4c2f451f"
|
||||
DOWNLOAD="https://github.com/n1k0/casperjs/tarball/1.0.0-RC1"
|
||||
MD5SUM="e73352ac8bb49e5a059a4732cc132816"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="phantomjs"
|
||||
|
|
Loading…
Reference in a new issue