misc/hoorex: Update for version 0.6.0

This commit is contained in:
Christoph Willing 2016-02-08 21:11:35 +10:00 committed by Robby Workman
parent a75cf6eead
commit 2a32fe673d
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for hoorex # Slackware build script for hoorex
# Copyright 2015 Christoph Willing Brisbane, Australia # Copyright 2015-2016 Christoph Willing Brisbane, Australia
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hoorex PRGNAM=hoorex
VERSION=${VERSION:-0.5.6} VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="hoorex" PRGNAM="hoorex"
VERSION="0.5.6" VERSION="0.6.0"
HOMEPAGE="https://github.com/cwilling/hoorex" HOMEPAGE="https://github.com/cwilling/hoorex"
DOWNLOAD="https://github.com/cwilling/hoorex/archive/0.5.6.tar.gz" DOWNLOAD="https://github.com/cwilling/hoorex/archive/0.6.0.tar.gz"
MD5SUM="d8c428ff78720bd7f1534f8f39f2ae90" MD5SUM="f918021a17cf60e412a8bf42b73dd93c"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="Christoph Willing" MAINTAINER="Christoph Willing"
EMAIL="chris.willing@iinet.net.au" EMAIL="chris.willing@linux.com"