summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2017-11-27 10:33:09 +0100
committerMax Liebkies2017-11-27 10:33:09 +0100
commitee9644fd22c92b0f475757d58aa93fa305779442 (patch)
tree30768f9aef4974a01107222e08db2a6a0ae49358
parenta01d18b0215bb90cbe1a0e19c44440ce01cc2c19 (diff)
downloadaur-ee9644fd22c92b0f475757d58aa93fa305779442.tar.gz
Update package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e8a753a2569..3eba3e9453c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dotnet-sdk-2.0
pkgdesc = A command line utility for building, testing, packaging and running .NET Core applications and libraries
- pkgver = 2.0.2
- pkgrel = 2
+ pkgver = 2.0.3
+ pkgrel = 1
epoch = 1
url = https://www.microsoft.com/net/core
install = dotnet-sdk-2.0.install
@@ -10,8 +10,8 @@ pkgbase = dotnet-sdk-2.0
depends = dotnet-runtime>=2.0
conflicts = dotnet-sdk
options = staticlibs
- source = https://download.microsoft.com/download/7/3/A/73A3E4DC-F019-47D1-9951-0453676E059B/dotnet-sdk-2.0.2-linux-x64.tar.gz
- sha256sums = 2a9e0ed251a7f98a46473f694532acdc5a0960d32204e82315c38c1b29fdd317
+ source = https://download.microsoft.com/download/D/7/2/D725E47F-A4F1-4285-8935-A91AE2FCC06A/dotnet-sdk-2.0.3-linux-x64.tar.gz
+ sha256sums = 6c4223094b1e3e93a466c6d91d3aa1053a3b2aef99b63bf45023bda3fca1aede
pkgname = dotnet-sdk-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 68ac426c43a1..800f926201c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Max Liebkies <mail at maxliebkies dot de>
pkgname=dotnet-sdk-2.0
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
epoch=1
pkgdesc="A command line utility for building, testing, packaging and running .NET Core applications and libraries"
arch=(x86_64)
@@ -14,9 +14,9 @@ install=dotnet-sdk-2.0.install
conflicts=('dotnet-sdk')
-source=("https://download.microsoft.com/download/7/3/A/73A3E4DC-F019-47D1-9951-0453676E059B/dotnet-sdk-2.0.2-linux-x64.tar.gz")
+source=("https://download.microsoft.com/download/D/7/2/D725E47F-A4F1-4285-8935-A91AE2FCC06A/dotnet-sdk-2.0.3-linux-x64.tar.gz")
-sha256sums=('2a9e0ed251a7f98a46473f694532acdc5a0960d32204e82315c38c1b29fdd317')
+sha256sums=('6c4223094b1e3e93a466c6d91d3aa1053a3b2aef99b63bf45023bda3fca1aede')
package() {
mkdir -p "${pkgdir}/opt/dotnet/sdk/"