summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2017-05-12 15:47:24 -0700
committerMax Liebkies2017-05-12 15:47:24 -0700
commit1aa0babfc4a7d0422b742c77a8259eea783ead79 (patch)
treeab0561b0e19337aab790177417a52a24cd7a7338
parentb088acf3fafa9d184edfdf0ec2a8e4b1a27cfc0b (diff)
downloadaur-1aa0babfc4a7d0422b742c77a8259eea783ead79.tar.gz
Bump version to 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7048ac677db3..de52826ce52e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dotnet-cli
pkgdesc = A command line utility for building, testing, packaging and running .NET Core applications and libraries
- pkgver = 1.0.1
+ pkgver = 1.0.4
pkgrel = 1
epoch = 1
url = https://www.microsoft.com/net/core
@@ -10,8 +10,8 @@ pkgbase = dotnet-cli
optdepends = dotnet-sdk: enable building applications
conflicts = dotnet-bin
options = staticlibs
- source = dotnet-cli-1.0.1.tar.gz::https://go.microsoft.com/fwlink/?LinkID=843436
- sha256sums = d2d439fd7e544e120db4fb7246ec99cad199ad8d827a78e3e4157f8e331aa066
+ source = dotnet-cli-1.0.4.tar.gz::https://download.microsoft.com/download/D/7/A/D7A9E4E9-5D25-4F0C-B071-210CB8267943/dotnet-ubuntu.16.10-x64.1.1.2.tar.gz
+ sha256sums = 0a4d4061931e0154c9186446dbc8d4c3e69ba49537699be98185d55fc24a1b56
pkgname = dotnet-cli
diff --git a/PKGBUILD b/PKGBUILD
index 601b30986c65..273700e5cc5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Credit: Aaron Brodersen <aaron at abrodersen dot com>
pkgname=dotnet-cli
-pkgver="1.0.1"
+pkgver="1.0.4"
pkgrel=1
epoch=1
pkgdesc="A command line utility for building, testing, packaging and running .NET Core applications and libraries"
@@ -16,9 +16,9 @@ optdepends=('dotnet-sdk: enable building applications')
conflicts=('dotnet-bin')
options=('staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::https://go.microsoft.com/fwlink/?LinkID=843436")
+source=("${pkgname}-${pkgver}.tar.gz::https://download.microsoft.com/download/D/7/A/D7A9E4E9-5D25-4F0C-B071-210CB8267943/dotnet-ubuntu.16.10-x64.1.1.2.tar.gz")
-sha256sums=('d2d439fd7e544e120db4fb7246ec99cad199ad8d827a78e3e4157f8e331aa066')
+sha256sums=('0a4d4061931e0154c9186446dbc8d4c3e69ba49537699be98185d55fc24a1b56')
package() {
mkdir -p "${pkgdir}/opt/dotnet/"