R: update 3.5.1.

This commit is contained in:
Florian Wagner 2018-07-13 17:46:36 +02:00
parent 029aa517a6
commit 721d0e180e

View file

@ -1,6 +1,6 @@
# Template file for 'R' # Template file for 'R'
pkgname=R pkgname=R
version=3.5.0 version=3.5.1
revision=1 revision=1
nocross=yes nocross=yes
build_style=gnu-configure build_style=gnu-configure
@ -16,10 +16,10 @@ depends="xdg-utils less"
short_desc="System for statistical computation and graphics" short_desc="System for statistical computation and graphics"
maintainer="Florian Wagner <florian@wagner-flo.net>" maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://www.r-project.org/" homepage="https://www.r-project.org/"
#changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html" changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz" distfiles="https://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
checksum=fd1725535e21797d3d9fea8963d99be0ba4c3aecadcf081b43e261458b416870 checksum=0463bff5eea0f3d93fa071f79c18d0993878fd4f2e18ae6cf22c1639d11457ed
shlib_provides="libR.so" shlib_provides="libR.so"
pre_configure() { pre_configure() {