mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/dotnet-runtime-6.0: Updated for version 6.0.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
226b5b9a23
commit
da24002621
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=dotnet-runtime-6.0
|
||||
SRCNAM=dotnet-runtime
|
||||
VERSION=${VERSION:-6.0.9}
|
||||
VERSION=${VERSION:-6.0.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dotnet-runtime-6.0"
|
||||
VERSION="6.0.9"
|
||||
VERSION="6.0.12"
|
||||
HOMEPAGE="https://dotnet.microsoft.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/05f1a3dd-75f2-49f4-a976-25ce08f77cbb/b6e8e327a84b91513c2744bfccf90140/dotnet-runtime-6.0.9-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="eb5cee1e70264fc51a5f2e584d54f2ca"
|
||||
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/7d543956-0b80-4c08-910e-c8c388f5fab8/01d45a3686e72f70be51b3f98569c6b1/dotnet-runtime-6.0.12-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="709c654f2aa44313d2ec785668f98f9d"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Reza Talebi"
|
||||
EMAIL="reza.talebi.73@outlook.com"
|
||||
|
|
Loading…
Reference in a new issue