system/the_silver_searcher: Updated for version 0.24.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-07-28 18:21:44 -07:00 committed by Willy Sudiarto Raharjo
parent 67622bebc3
commit 5f8df11127
2 changed files with 5 additions and 9 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=the_silver_searcher PRGNAM=the_silver_searcher
VERSION=${VERSION:-0.23.0} VERSION=${VERSION:-0.24.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -60,11 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
if [ -e $CWD/$VERSION.tar.gz ]; then tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$VERSION.tar.gz
else
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
fi
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="the_silver_searcher" PRGNAM="the_silver_searcher"
VERSION="0.23.0" VERSION="0.24.0"
HOMEPAGE="https://github.com/ggreer/the_silver_searcher" HOMEPAGE="https://github.com/ggreer/the_silver_searcher"
DOWNLOAD="https://github.com/ggreer/the_silver_searcher/archive/0.23.0.tar.gz" DOWNLOAD="https://github.com/ggreer/the_silver_searcher/archive/0.24.0.tar.gz"
MD5SUM="356f26c4b2873ac24ae753c91b7230e6" MD5SUM="b4b4394737d00f62939274d74bb45420"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""