mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/iojs: Updated for version 1.6.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
eb3e720983
commit
ad5a59e71e
3 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
||||||
# not, see <http://www.gnu.org/licenses/>.
|
# not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PRGNAM=iojs
|
PRGNAM=iojs
|
||||||
VERSION=${VERSION:-1.5.1}
|
VERSION=${VERSION:-1.6.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="iojs"
|
PRGNAM="iojs"
|
||||||
VERSION="1.5.1"
|
VERSION="1.6.1"
|
||||||
HOMEPAGE="https://iojs.org/"
|
HOMEPAGE="https://iojs.org/"
|
||||||
DOWNLOAD="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.tar.xz"
|
DOWNLOAD="https://iojs.org/dist/v1.6.1/iojs-v1.6.1.tar.xz"
|
||||||
MD5SUM="5fcdbf055c4670ee030110dd726eeeda"
|
MD5SUM="631078d1043fc2e7785daba63b34f800"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -21,10 +21,10 @@ if type complete &>/dev/null; then
|
||||||
2>/dev/null)) || return $?
|
2>/dev/null)) || return $?
|
||||||
IFS="$si"
|
IFS="$si"
|
||||||
}
|
}
|
||||||
complete -F _npm_completion npm
|
complete -o default -F _npm_completion npm
|
||||||
elif type compdef &>/dev/null; then
|
elif type compdef &>/dev/null; then
|
||||||
_npm_completion() {
|
_npm_completion() {
|
||||||
si=$IFS
|
local si=$IFS
|
||||||
compadd -- $(COMP_CWORD=$((CURRENT-1)) \
|
compadd -- $(COMP_CWORD=$((CURRENT-1)) \
|
||||||
COMP_LINE=$BUFFER \
|
COMP_LINE=$BUFFER \
|
||||||
COMP_POINT=0 \
|
COMP_POINT=0 \
|
||||||
|
|
Loading…
Reference in a new issue