summaryrefslogtreecommitdiffstats
path: root/gnome-mplayer/build/gnome-mplayer.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-12 13:20:17 +0000
committer Eric Hameleers <alien@slackware.com>2014-12-12 13:20:17 +0000
commit2fb9d9860c88db466c089425b2421dff93db1187 (patch)
tree29ed2308ad4a8b741416e319fff91e4136e68828 /gnome-mplayer/build/gnome-mplayer.SlackBuild
parent5269218fa36063ef2f27c54f5855553ea699b0e2 (diff)
downloadasb-2fb9d9860c88db466c089425b2421dff93db1187.tar.gz
asb-2fb9d9860c88db466c089425b2421dff93db1187.tar.xz
Update to 1.0.9
Diffstat (limited to '')
-rwxr-xr-xgnome-mplayer/build/gnome-mplayer.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnome-mplayer/build/gnome-mplayer.SlackBuild b/gnome-mplayer/build/gnome-mplayer.SlackBuild
index 4afa41b2..27173d86 100755
--- a/gnome-mplayer/build/gnome-mplayer.SlackBuild
+++ b/gnome-mplayer/build/gnome-mplayer.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010, 2011, 2012, 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011, 2012, 2013, 2014 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -47,6 +47,8 @@
# * Update.
# 1.0.8-1: 19/nov/2013 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.0.9-1: 12/dev/2014 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh gnome-mplayer.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -57,7 +59,7 @@
# Set initial variables:
PRGNAM=gnome-mplayer
-VERSION=${VERSION:-1.0.8}
+VERSION=${VERSION:-1.0.9}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -74,7 +76,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="http://gnome-mplayer.googlecode.com/files/${PRGNAM}-${VERSION}.tar.gz"
+SRCURL="https://code.google.com/p/gnome-mplayer/source/browse/packages/${PRGNAM}-${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##