mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/lighttable: Updated for version 0.7.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
3f4acb5ced
commit
d99e98b550
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for Light Table
|
# Slackware build script for Light Table
|
||||||
#
|
|
||||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
PRGNAM=lighttable
|
PRGNAM=lighttable
|
||||||
SRCNAM=LightTable
|
SRCNAM=LightTable
|
||||||
VERSION=${VERSION:-0.6.7}
|
VERSION=${VERSION:-0.7.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -42,9 +42,9 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
TARBALL_x86=$SRCNAM"Linux.tar.gz" # Name of 32bit tarball
|
TARBALL_x86=$SRCNAM"Linux.tar.gz"
|
||||||
TARBALL_x86_64=$SRCNAM"Linux64.tar.gz" # Name of 64bit tarball
|
TARBALL_x86_64=$SRCNAM"Linux64.tar.gz"
|
||||||
TARBALL_ROOT=$SRCNAM # Name of tarball root directory
|
TARBALL_ROOT=$SRCNAM
|
||||||
|
|
||||||
# Set LIBDIRSUFFIX and TARBALL.
|
# Set LIBDIRSUFFIX and TARBALL.
|
||||||
if [ "$ARCH" = "x86_64" ]; then
|
if [ "$ARCH" = "x86_64" ]; then
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="lighttable"
|
PRGNAM="lighttable"
|
||||||
VERSION="0.6.7"
|
VERSION="0.7.1"
|
||||||
HOMEPAGE="http://www.lighttable.com"
|
HOMEPAGE="http://www.lighttable.com"
|
||||||
DOWNLOAD="https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/0.6.7/LightTableLinux.tar.gz"
|
DOWNLOAD="https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/0.7.1/LightTableLinux.tar.gz"
|
||||||
MD5SUM="e8d1eb3ea345109f279cee22a756c070"
|
MD5SUM="a4ae4df6990a4c4ee1adfb3c08857dba"
|
||||||
DOWNLOAD_x86_64="https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/0.6.7/LightTableLinux64.tar.gz"
|
DOWNLOAD_x86_64="https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/0.7.1/LightTableLinux64.tar.gz"
|
||||||
MD5SUM_x86_64="687e1ff779e9aeb050b7f03db0dc04da"
|
MD5SUM_x86_64="73c51b10560ac7ca2be634c38bf1ca1f"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Ryan P.C. McQuen"
|
MAINTAINER="Ryan P.C. McQuen"
|
||||||
EMAIL="ryan.q@linux.com"
|
EMAIL="ryan.q@linux.com"
|
||||||
|
|
Loading…
Reference in a new issue