diff --git a/LibO_3.4.0_Win_x86_helppack_de.exe.sha1sum b/LibO_3.4.0_Win_x86_helppack_de.exe.sha1sum deleted file mode 100644 index 5983674..0000000 --- a/LibO_3.4.0_Win_x86_helppack_de.exe.sha1sum +++ /dev/null @@ -1 +0,0 @@ -e9f2eaa1e24f1b2b06fe41b9813c3a60aa1a2aff /usr/portage/distfiles/LibO_3.4.0_Win_x86_helppack_de.exe diff --git a/LibO_3.4.0_Win_x86_install_multi.exe.sha1sum b/LibO_3.4.0_Win_x86_install_multi.exe.sha1sum deleted file mode 100644 index fa96699..0000000 --- a/LibO_3.4.0_Win_x86_install_multi.exe.sha1sum +++ /dev/null @@ -1 +0,0 @@ -6b5af24460ef0a08dcfdb5902d2f40d2c5dd2200 /usr/portage/distfiles/LibO_3.4.0_Win_x86_install_multi.exe diff --git a/LibO_3.4.1_Win_x86_helppack_de.exe.sha1sum b/LibO_3.4.1_Win_x86_helppack_de.exe.sha1sum new file mode 100644 index 0000000..3590452 --- /dev/null +++ b/LibO_3.4.1_Win_x86_helppack_de.exe.sha1sum @@ -0,0 +1 @@ +ac4426142c35ba5cf9b2dcf8ea5fda272f96cb40 /usr/portage/distfiles/LibO_3.4.1_Win_x86_helppack_de.exe diff --git a/LibO_3.4.1_Win_x86_install_multi.exe.sha1sum b/LibO_3.4.1_Win_x86_install_multi.exe.sha1sum new file mode 100644 index 0000000..8815a5b --- /dev/null +++ b/LibO_3.4.1_Win_x86_install_multi.exe.sha1sum @@ -0,0 +1 @@ +01180be8ff46e4f96c2bc975596edc8fb8ed3f86 /usr/portage/distfiles/LibO_3.4.1_Win_x86_install_multi.exe diff --git a/build.sh b/build.sh index 5095991..6db27dd 100644 --- a/build.sh +++ b/build.sh @@ -1,14 +1,14 @@ #!/bin/sh PN="libreoffice" -VERSION="3.4.0" -RELEASE="2" +VERSION="3.4.1" +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.0/win/x86/LibO_3.4.0_Win_x86_install_multi.exe" -X86HELP="http://download.documentfoundation.org/libreoffice/stable/3.4.0/win/x86/LibO_3.4.0_Win_x86_helppack_de.exe" +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" #AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi" ICONFILE=${ICON##*/} X86FILE=${X86##*/}