libreoffice-bin: update to 4.2.2
This commit is contained in:
parent
f8ce658429
commit
08801d8eb7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libreoffice-bin'
|
||||
pkgname=libreoffice-bin
|
||||
version=4.2.1
|
||||
version=4.2.2
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.libreoffice.org/"
|
||||
|
@ -11,11 +11,11 @@ _disturi="http://download.documentfoundation.org/libreoffice/stable/${version}/d
|
|||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
_arch=x86-64
|
||||
distfiles="${_disturi}/x86_64/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
||||
checksum=8f8f9474c2a1007e8293c8bdaaf05b962a34f979a04066c3d5ce9dc732c57906
|
||||
checksum=9e272af7145a27236b31b3fed5b906914913d80b7442b727661f0dc3ab04b829
|
||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
_arch=x86
|
||||
distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
||||
checksum=672c3d62e5329894675efa9a9a3e4bd4b418c3acdd6af4af556a900f5df004b9
|
||||
checksum=dfbe2ad09a0caf994e2910f8135392211d9b28bcb9820875670eaf52131d99c4
|
||||
fi
|
||||
only_for_archs="i686 x86_64"
|
||||
wrksrc="LibreOffice_${version}.1_Linux_${_arch}_deb"
|
||||
|
|
Loading…
Reference in New Issue
Block a user