system/autojump: Updated for version 19.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Binh Nguyen 2012-06-30 12:09:57 -04:00 committed by dsomero
parent bcd5d7c92e
commit 4eaa53d93d
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for autojump
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# Copyright 2010-2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=autojump
VERSION=${VERSION:-15}
VERSION=${VERSION:-19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="autojump"
VERSION="15"
VERSION="19"
HOMEPAGE="https://github.com/joelthelion/autojump/wiki"
DOWNLOAD="http://cloud.github.com/downloads/joelthelion/autojump/autojump_v15.tar.gz"
MD5SUM="a4a36d774ccb27cbcc9dcc6e2528632b"
DOWNLOAD="http://cloud.github.com/downloads/joelthelion/autojump/autojump_v19.tar.gz"
MD5SUM="7dd928f0fb5958067c53fa196a091e53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"
APPROVED="Erik Hanson,Niels Horn"
APPROVED="dsomero"