summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohd Lee2019-12-29 12:33:12 +0800
committerMohd Lee2019-12-29 12:33:12 +0800
commit47c8ec646864df7d1909b2a7cfc4191641ee0f3e (patch)
tree248ae457db1d7fcf62d8227a3b666096336b9fe7
parent1c7c48681cbf72ce699382e42b3f3a3b61336bdf (diff)
downloadaur-47c8ec646864df7d1909b2a7cfc4191641ee0f3e.tar.gz
Updated to 1.11.2 & added env DOTNET_ROOT=/opt/dotnet to fix issue related to https://github.com/microsoft/AzureStorageExplorer/issues/2322
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--storageexplorer.desktop2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10db09ec04f5..01788a3fc39a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = storageexplorer
pkgdesc = Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
- pkgver = 1.11.1
+ pkgver = 1.11.2
pkgrel = 1
url = http://storageexplorer.com/
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = storageexplorer
depends = gcc
depends = dotnet-runtime
provides = storageexplorer
- source = Linux.StorageExplorer.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.11.1/Linux_StorageExplorer.tar.gz
+ source = Linux.StorageExplorer.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.11.2/Linux_StorageExplorer.tar.gz
source = storageexplorer.desktop
- sha256sums = 7a37c8935f023169215990939e599c3afa2dea03e3da80209903dcffe30f5e6a
- sha256sums = 0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4
+ sha256sums = 967d35fe4dd61a0ce8cac06b025ecc686f69a75dcffa6dac7108d06f55546004
+ sha256sums = b529a769bdd552604793a3bd02ee0a5afe4da1f8c6f062c47e8758a5d3fe20b1
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index c019c587ef0e..a9cde7c826b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mohd Lee <faulty.lee+aur@gmail.com>
# Contributor: Ricardo Band <email@ricardo.band>
pkgname=storageexplorer
-pkgver=1.11.1
+pkgver=1.11.2
pkgrel=1
pkgdesc="Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux."
arch=(x86_64)
@@ -12,8 +12,8 @@ provides=('storageexplorer')
changelog=
source=("Linux.StorageExplorer.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/Linux_StorageExplorer.tar.gz"
"storageexplorer.desktop")
-sha256sums=('7a37c8935f023169215990939e599c3afa2dea03e3da80209903dcffe30f5e6a'
- '0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4')
+sha256sums=('967d35fe4dd61a0ce8cac06b025ecc686f69a75dcffa6dac7108d06f55546004'
+ 'b529a769bdd552604793a3bd02ee0a5afe4da1f8c6f062c47e8758a5d3fe20b1')
package() {
install -dm 755 "${pkgdir}/opt/StorageExplorer/"
diff --git a/storageexplorer.desktop b/storageexplorer.desktop
index e98ec68abd4f..104fb2253e52 100644
--- a/storageexplorer.desktop
+++ b/storageexplorer.desktop
@@ -4,7 +4,7 @@ Version=1.0
Name=Microsoft Azure Storage Explorer
Comment=Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
Path=/opt/StorageExplorer
-Exec=StorageExplorer
+Exec=env DOTNET_ROOT=/opt/dotnet StorageExplorer
Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
Terminal=false
Categories=Development;Network;