Date: Thursday, March 15, 2018 @ 09:46:53 Author: alucryd Revision: 308407
upgpkg: dotnet-core 2.0.6-1 Modified: dotnet-core/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-15 09:37:44 UTC (rev 308406) +++ PKGBUILD 2018-03-15 09:46:53 UTC (rev 308407) @@ -1,10 +1,10 @@ # $Id$ # Maintainer: Maxime Gauduin <[email protected]> -# Maintainer: Max Liebkies <[email protected]> +# Contributor: Max Liebkies <[email protected]> pkgbase=dotnet-core pkgname=('dotnet-host' 'dotnet-runtime') -pkgver=2.0.5 +pkgver=2.0.6 pkgrel=1 arch=('x86_64') url='https://www.microsoft.com/net/core' @@ -11,8 +11,8 @@ license=('MIT') depends=('gcc-libs' 'glibc') options=('staticlibs') -source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz') -sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf') +source=('https://download.microsoft.com/download/8/D/A/8DA04DA7-565B-4372-BBCE-D44C7809A467/dotnet-runtime-2.0.6-linux-x64.tar.gz') +sha256sums=('0eeb894d6e17ac0fc036997ba11ddf6665da5161e2e898788220e1945fa9bf11') package_dotnet-host() { pkgdesc='A generic driver for the .NET Core Command Line Interface'
