Skip to content

Commit

Permalink
dotnet-runtime: update to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
awiouy committed Jul 10, 2019
1 parent 2caa3e3 commit 05a8e96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions packages/addons/tools/dotnet-runtime/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
107
- Update to 2.2.6

106
- Update to 2.2.4

Expand Down
18 changes: 9 additions & 9 deletions packages/addons/tools/dotnet-runtime/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
case "$ARCH" in
"aarch64")
PKG_NC_ARCH="arm64"
PKG_SHA256="492de061d1e01862c2f208287c5454a19650ab2d6441554347d847656900da70"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/9e06922d-3a96-4f0d-9eb0-94f2cf94458f/93dfe5f0ad50c0eb347e98d7f81b34ec/dotnet-runtime-2.2.4-linux-arm64.tar.gz"
PKG_SHA256="48d58ac6ff958ec7155befe76f83e276aceff50c4a7d1f578444a9a40720e412"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/f5e04830-50fc-435c-8bb5-fcd4629da944/8aa7cce5c3fcb6a7db180b923d3574ef/dotnet-runtime-2.2.6-linux-arm64.tar.gz"
;;
"arm")
PKG_NC_ARCH="arm"
PKG_SHA256="06cc0010e92591c350fe010feacdd6bb55294f89e97ea30eac5a46c33fd8d1f4"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/8c52648c-bedd-44b0-9442-95cd830fdada/d6ba4c50a6b2afddc4ae3d313349f3ac/dotnet-runtime-2.2.4-linux-arm.tar.gz"
PKG_SHA256="a4f2e63471c296b7b173105a2c1d5feb95b81e0a8131f73aeecc00440fa5f544"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/428aaa32-f66c-4847-b845-aa21f90504e4/1cf033db866414997140c2672bd75069/dotnet-runtime-2.2.6-linux-arm.tar.gz"
;;
"x86_64")
PKG_NC_ARCH="x64"
PKG_SHA256="0e494df7a3936ac59c17de3b91d928bb3ab3cdd1e6734d581ad4774f551ca239"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/853048a3-764a-4b4d-a608-c6144a84f257/99c5cb1ea145f9dc3c2bbd093c682c9b/dotnet-runtime-2.2.4-linux-x64.tar.gz"
PKG_SHA256="e30d4568c62d747b030e3c74f3d528ecb8d5c90e844e506bc0e3fcbce52b8cb1"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/9f21e352-9d2c-4e3b-af45-915da89158db/0e8a7ea83cc08d4bcf417a927a36ed6f/dotnet-runtime-2.2.6-linux-x64.tar.gz"
;;
esac

PKG_NAME="dotnet-runtime"
PKG_VERSION="2.2.4"
PKG_REV="106"
PKG_VERSION="2.2.6"
PKG_REV="107"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.github.io/"
Expand All @@ -38,7 +38,7 @@ PKG_MAINTAINER="Anton Voyl (awiouy)"

addon() {
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin
cp -r $PKG_BUILD/$PKG_NAME-$PKG_VERSION/* \
cp -r $PKG_BUILD/* \
$ADDON_BUILD/$PKG_ADDON_ID/bin

mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/libs
Expand Down

0 comments on commit 05a8e96

Please sign in to comment.