Skip to content

Commit

Permalink
dotnet-runtime: update to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Dec 21, 2021
1 parent 052b24f commit e41e4e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions cross/dotnet-runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = aspnetcore-runtime
PKG_VERS = 6.0.0
PKG_VERS = 6.0.1
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-$(PKG_DIST_ARCH).$(PKG_EXT)
PKG_DIST_SITE = https://download.visualstudio.microsoft.com/download/pr/$(PKG_DIST_FOLDER)
Expand All @@ -11,9 +11,9 @@ include ../../mk/spksrc.archs.mk
# use digests with multiple files and individual dist names
# both lists must have the same order
PKG_DIST_ARCH_LIST = linux-x64 linux-arm linux-arm64
PKG_DIST_SITE_LIST = https://download.visualstudio.microsoft.com/download/pr/a8dd1c9d-1a47-4135-8ad8-7091ff6bbe1e/6af53c3eee71038248937daf4599f06a/$(PKG_NAME)-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/b86e414a-929a-42a5-ba18-45ad2ebe292f/3617879c51e87fe70073006bf2d60386/$(PKG_NAME)-$(PKG_VERS)-linux-arm.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/3d49ea48-675e-4da9-87be-18efaa99d7f6/37807ed5012ba5e0511e08ad64d6a9a4/$(PKG_NAME)-$(PKG_VERS)-linux-arm64.$(PKG_EXT)
PKG_DIST_SITE_LIST = https://download.visualstudio.microsoft.com/download/pr/32230fb9-df1e-4b86-b009-12d889cbfa8a/f57a5d92327bb2936caac94bcf602c22/$(PKG_NAME)-$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/ff3b2714-0dee-4cf9-94ee-cb9f5ded285f/d6bfe8668428f9eb28acdf6b6f5a81bc/$(PKG_NAME)-$(PKG_VERS)-linux-arm.$(PKG_EXT)
PKG_DIST_SITE_LIST += https://download.visualstudio.microsoft.com/download/pr/01f8a4af-9d6c-40ff-b834-a1d73105a9d5/aba0525a8b8cb745ac70ecd671acf0e0/$(PKG_NAME)-$(PKG_VERS)-linux-arm64.$(PKG_EXT)

ifeq ($(findstring $(ARCH), $(x64_ARCHS)),$(ARCH))
PKG_DIST_ARCH = $(word 1,$(PKG_DIST_ARCH_LIST))
Expand Down
18 changes: 9 additions & 9 deletions cross/dotnet-runtime/digests
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aspnetcore-runtime-6.0.0-linux-x64.tar.gz SHA1 d241234ff8a50bae00ea4368434b8d0fcf5e8dfe
aspnetcore-runtime-6.0.0-linux-x64.tar.gz SHA256 e30fcd2106c0703b8beef57c3af3447310d25865e5ebbb21cfcaca51d6ac17e0
aspnetcore-runtime-6.0.0-linux-x64.tar.gz MD5 8a1872969546c838cfca33da33532f87
aspnetcore-runtime-6.0.0-linux-arm.tar.gz SHA1 b31a773c109516d1e9f7eb8eeb9bf3cd83965622
aspnetcore-runtime-6.0.0-linux-arm.tar.gz SHA256 a053004fd57b7e92fb971845a88e05054489028e98ca093a9f5ebae382a13958
aspnetcore-runtime-6.0.0-linux-arm.tar.gz MD5 6c2b230119b308236382e117eeba4128
aspnetcore-runtime-6.0.0-linux-arm64.tar.gz SHA1 b77af28af323040cc71c8448ac50d6cb73c106aa
aspnetcore-runtime-6.0.0-linux-arm64.tar.gz SHA256 07dd14194e37c839a9580a212f9fd47131d443058f399177c3747b56fad35948
aspnetcore-runtime-6.0.0-linux-arm64.tar.gz MD5 3ffccdd3b2a63b328b2e9bde07d0228b
aspnetcore-runtime-6.0.1-linux-x64.tar.gz SHA1 bf5e462c17a9d753eee4746572e27886d6d5a404
aspnetcore-runtime-6.0.1-linux-x64.tar.gz SHA256 ae7dce00eec4bc5431faacc574193b1a920d8a7e92abc4bec6288c20a8a507f6
aspnetcore-runtime-6.0.1-linux-x64.tar.gz MD5 5c85ef4b7c4f026bbeca02c26f57b3cd
aspnetcore-runtime-6.0.1-linux-arm.tar.gz SHA1 131a4378bac0ca62ef23be3316b084722600d457
aspnetcore-runtime-6.0.1-linux-arm.tar.gz SHA256 eef8e3c5a65c67d17d2d7da7382044b8f0a48c05d61e8d9e1d7bc4f77e0c7a9f
aspnetcore-runtime-6.0.1-linux-arm.tar.gz MD5 93aa8fbfffb4a74eb41eea20ce7f77aa
aspnetcore-runtime-6.0.1-linux-arm64.tar.gz SHA1 ee822ecae8b35198f39b002103e47f48d9b45ef5
aspnetcore-runtime-6.0.1-linux-arm64.tar.gz SHA256 0806f4be544c67b12fe236c7b7bc99e49194a172caa1b340619114fab80e633f
aspnetcore-runtime-6.0.1-linux-arm64.tar.gz MD5 71b1e18a8d68bde7acc3cf4a45e34808
2 changes: 1 addition & 1 deletion spk/dotnet-runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = dotnet-runtime
SPK_VERS = 6.0.0
SPK_VERS = 6.0.1
SPK_REV = 1
SPK_ICON = src/dotnet.png

Expand Down

0 comments on commit e41e4e4

Please sign in to comment.