This commit is contained in:
Mario Fetka 2011-08-13 11:07:23 +02:00
parent 22e9faac31
commit 4341453138
5 changed files with 5 additions and 5 deletions

View File

@ -1 +0,0 @@
ac4426142c35ba5cf9b2dcf8ea5fda272f96cb40 /usr/portage/distfiles/LibO_3.4.1_Win_x86_helppack_de.exe

View File

@ -1 +0,0 @@
01180be8ff46e4f96c2bc975596edc8fb8ed3f86 /usr/portage/distfiles/LibO_3.4.1_Win_x86_install_multi.exe

View File

@ -0,0 +1 @@
c39e2a641e1274417be83f2832cf290230e53d8b /usr/portage/distfiles/LibO_3.4.2_Win_x86_helppack_de.exe

View File

@ -0,0 +1 @@
b186ce12a2b20e0e928a7bfac488f484073e238c /usr/portage/distfiles/LibO_3.4.2_Win_x86_install_multi.exe

View File

@ -1,14 +1,14 @@
#!/bin/sh
PN="libreoffice"
VERSION="3.4.1"
VERSION="3.4.2"
RELEASE="1"
PRIORITY="0"
ADVICE=""
TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://blog.mageia.org/en/wp-content/uploads/2010/11/libre-office-2.png"
X86="http://download.documentfoundation.org/libreoffice/stable/3.4.1/win/x86/LibO_3.4.1_Win_x86_install_multi.exe"
X86HELP="http://download.documentfoundation.org/libreoffice/stable/3.4.1/win/x86/LibO_3.4.1_Win_x86_helppack_de.exe"
X86="http://download.documentfoundation.org/libreoffice/stable/3.4.2/win/x86/LibO_3.4.2_Win_x86_install_multi.exe"
X86HELP="http://download.documentfoundation.org/libreoffice/stable/3.4.2/win/x86/LibO_3.4.2_Win_x86_helppack_de.exe"
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}