diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-12 17:37:50 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:37:50 +0200 |
commit | 689d8d26159a84981e399e76085c4aa6a8a81728 (patch) | |
tree | 2192331039a8101024e364f5ca8c7f04921ee78a /desktop | |
parent | 7ca280a5973da3a38c87ee28336cd9aca1c8d444 (diff) | |
download | slackbuilds-689d8d26159a84981e399e76085c4aa6a8a81728.tar.gz |
desktop/furiusisomount: Updated for version 0.9.0.2
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/furiusisomount/doinst.sh | 3 | ||||
-rw-r--r-- | desktop/furiusisomount/furiusisomount.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/furiusisomount/furiusisomount.info | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/desktop/furiusisomount/doinst.sh b/desktop/furiusisomount/doinst.sh index edeace9453..6002ab3e43 100644 --- a/desktop/furiusisomount/doinst.sh +++ b/desktop/furiusisomount/doinst.sh @@ -1,3 +1,4 @@ if [ -x /usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database &> /dev/null + /usr/bin/update-desktop-database &> /dev/null fi + diff --git a/desktop/furiusisomount/furiusisomount.SlackBuild b/desktop/furiusisomount/furiusisomount.SlackBuild index c20e8bad5f..75922dd6f1 100644 --- a/desktop/furiusisomount/furiusisomount.SlackBuild +++ b/desktop/furiusisomount/furiusisomount.SlackBuild @@ -1,15 +1,14 @@ -#!/bin/sh +#!/bin/sh -eu # Slackware build script for Furius ISO Mount # Written by Erik Hanson erik@slackbuilds.org -set -eu - PRGNAM=furiusisomount -VERSION=0.8.4.0 +VERSION=0.9.0.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM diff --git a/desktop/furiusisomount/furiusisomount.info b/desktop/furiusisomount/furiusisomount.info index 75b26334f8..4ca3873bdf 100644 --- a/desktop/furiusisomount/furiusisomount.info +++ b/desktop/furiusisomount/furiusisomount.info @@ -1,8 +1,8 @@ PRGNAM="furiusisomount" -VERSION="0.8.4.0" +VERSION="0.9.0.2" HOMEPAGE="https://launchpad.net/furiusisomount/" -DOWNLOAD="http://launchpadlibrarian.net/15657630/furiusisomount-0.8.4.0.tar.gz" -MD5SUM="bb92a9ad09334dbd0e9cfbaff9b977aa" +DOWNLOAD="http://launchpad.net/furiusisomount/mono/0.9.0.2/+download/furiusisomount-0.9.0.2.tar.gz" +MD5SUM="931d57650458e76f14e02307b32856e1" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="Michiel" +APPROVED="dsomero" |