From 1410d3b9de7e0333949ca9784865e7f76bb9f634 Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 5 May 2023 17:34:37 +0200 Subject: [PATCH] community/dotnet6-runtime: fix url --- community/dotnet6-runtime/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/dotnet6-runtime/APKBUILD b/community/dotnet6-runtime/APKBUILD index f34113c0b5e..aa3b6899487 100644 --- a/community/dotnet6-runtime/APKBUILD +++ b/community/dotnet6-runtime/APKBUILD @@ -23,14 +23,14 @@ pkgname=dotnet6-runtime pkgver=6.0.16 _bldver=6.0.116-r2 -pkgrel=2 +pkgrel=3 _pkgver_macro=${pkgver%.*} _pkgver_name=${_pkgver_macro//[.0]} _bldver_ver=${_bldver%%-*} pkgdesc="The .NET $_pkgver_macro Core runtime" arch="x86_64 aarch64 armv7" -url=https://dotnet.microsoft.net +url="https://dotnet.microsoft.com/" license="MIT" depends=" dotnet$_pkgver_name-hostfxr