mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/minitube: Updated for version 1.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
116105cb37
commit
393beb898a
2 changed files with 4 additions and 6 deletions
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=minitube
|
||||
VERSION=${VERSION:-0.9}
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="minitube"
|
||||
VERSION="0.9"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="http://flavio.tordini.org/minitube"
|
||||
DOWNLOAD="http://flavio.tordini.org/files/minitube/minitube-0.9.tar.gz"
|
||||
MD5SUM="525b4f75fa883633124183ae9015b6ed"
|
||||
DOWNLOAD="http://flavio.tordini.org/files/minitube/minitube-1.0.tar.gz"
|
||||
MD5SUM="bfc82b1dcbd22f8505aa724a084da9a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikhail Zotov"
|
||||
|
|
Loading…
Reference in a new issue