mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/yawp: Updated for version 0.3.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7abbfc2742
commit
ce67cb4dc0
2 changed files with 4 additions and 6 deletions
|
@ -22,16 +22,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yawp
|
||||
VERSION=${VERSION:-0.3.3}
|
||||
VERSION=${VERSION:-0.3.6}
|
||||
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="yawp"
|
||||
VERSION="0.3.3"
|
||||
VERSION="0.3.6"
|
||||
HOMEPAGE="http://kde-look.org/content/show.php?action=content&content=94106"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/yawp/yawp-0.3.3.tar.bz2"
|
||||
MD5SUM="82368f30828e66d7f136ba9f39240b25"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/yawp/yawp-0.3.6.tar.bz2"
|
||||
MD5SUM="d64c6d528e3ba7b7afba63e6670211c8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Stu Miller"
|
||||
|
|
Loading…
Reference in a new issue