diff --git a/srcpkgs/libreoffice-bin/template b/srcpkgs/libreoffice-bin/template index 9d51089b85..4318e8b13d 100644 --- a/srcpkgs/libreoffice-bin/template +++ b/srcpkgs/libreoffice-bin/template @@ -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 " 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" diff --git a/srcpkgs/libreoffice-bin/update b/srcpkgs/libreoffice-bin/update new file mode 100644 index 0000000000..f46a07ab3b --- /dev/null +++ b/srcpkgs/libreoffice-bin/update @@ -0,0 +1,2 @@ +site=http://download.documentfoundation.org/libreoffice/stable/ +pattern='href="\K[\d]+\.[\d]+\.[\d]+'