libreoffice-bin: update to 5.0.3
This commit is contained in:
parent
442203d049
commit
8cabdecfa5
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libreoffice-bin'
|
||||
pkgname=libreoffice-bin
|
||||
version=5.0.2
|
||||
version=5.0.3
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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=11ce4a511d30b68f47b727413813d0bb5d4980bc65e2d60474dfeec02e3c0e10
|
||||
checksum=edbee0b356e3b2110fb7378058cf4072dfbc49decfc93c3be00292760b088f48
|
||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
_arch=x86
|
||||
distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
||||
checksum=ded61e2a1da7b8211cbcd4560b99deb298df294caac78ee4783e706dd52fc95e
|
||||
checksum=deda7375ec40e5e4bafc52698b41898e781919fb4c34b36a813ae42dfc8810e1
|
||||
fi
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
|
|
2
srcpkgs/libreoffice-bin/update
Normal file
2
srcpkgs/libreoffice-bin/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site=http://download.documentfoundation.org/libreoffice/stable/
|
||||
pattern='href="\K[\d]+\.[\d]+\.[\d]+'
|
Loading…
Reference in a new issue