diff --git a/community/R/APKBUILD b/community/R/APKBUILD index f50cce4f4cf66a630798e51e2e0e88db343f0775..b367a037a59b23fb69a7af24d4ece2d3030a6daf 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=R -pkgver=3.5.0 -pkgrel=1 +pkgver=3.5.1 +pkgrel=0 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" arch="all" @@ -102,4 +102,4 @@ mathlib() { mv "$pkgdir"/usr/lib/libRmath.so* "$subpkgdir"/usr/lib } -sha512sums="c2703e892eb6f12ec7b536540b823d4ef011dddcbdca06c12d438bc1f07debae9dbd0f72abb6f0d4c577a3c74b155452ef527489cf023ed892109dd86c23bc37 R-3.5.0.tar.gz" +sha512sums="382cc6e200469dd168799948edcf3a0b869d7ef3b3176fdfc60752f3f37e6ba356323c47d8815a4d9ab6ad3a21cd045d26ef5e75107c8685328e0ffcfd172f7f R-3.5.1.tar.gz"