diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-12-02 19:55:30 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:55 -0500 |
commit | 4cd7c60de1dd14d30f399be660d342c57f775c7a (patch) | |
tree | b534847fb8f22872e7447680f7a148bf2ba2bbdc /network/wuala | |
parent | c6c47fa4dcc1f75cc166beb1a94e55cbb69a0fcb (diff) | |
download | slackbuilds-4cd7c60de1dd14d30f399be660d342c57f775c7a.tar.gz |
network/wuala: Updated for version 0.3_4
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/wuala')
-rw-r--r-- | network/wuala/slack-desc | 10 | ||||
-rw-r--r-- | network/wuala/wuala.SlackBuild | 4 | ||||
-rw-r--r-- | network/wuala/wuala.info | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/network/wuala/slack-desc b/network/wuala/slack-desc index b0bda2b2e3..00bf861015 100644 --- a/network/wuala/slack-desc +++ b/network/wuala/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| wuala: wuala (file hosting client) diff --git a/network/wuala/wuala.SlackBuild b/network/wuala/wuala.SlackBuild index afc2310076..b96969d601 100644 --- a/network/wuala/wuala.SlackBuild +++ b/network/wuala/wuala.SlackBuild @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wuala -VERSION=${VERSION:-0.3} +VERSION=${VERSION:-0.3_4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -ORIG_VERSION=$VERSION-2 +ORIG_VERSION=${VERSION/_/-} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/network/wuala/wuala.info b/network/wuala/wuala.info index 22707c4195..607faba1f6 100644 --- a/network/wuala/wuala.info +++ b/network/wuala/wuala.info @@ -1,10 +1,10 @@ PRGNAM="wuala" -VERSION="0.3" +VERSION="0.3_4" HOMEPAGE="http://www.wuala.com" -DOWNLOAD="http://cdn.wuala.com/repo/deb/wuala_0.3-2_i386.deb" -MD5SUM="639ac673a9d2c37323ebe6671550a24a" -DOWNLOAD_x86_64="http://cdn.wuala.com/repo/deb/wuala_0.3-2_amd64.deb" -MD5SUM_x86_64="51148949b8f9127cd432065fb2bfa982" +DOWNLOAD="http://cdn.wuala.com/repo/deb/wuala_0.3-4_i386.deb" +MD5SUM="2f7ecedc1cec02bbc01b37e56d30442d" +DOWNLOAD_x86_64="http://cdn.wuala.com/repo/deb/wuala_0.3-4_amd64.deb" +MD5SUM_x86_64="2f9842aa94f464059e4d62acee82f797" REQUIRES="jdk" MAINTAINER="Fridrich von Stauffenberg" EMAIL="cancellor2@gmail.com" |