summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohd Lee2022-05-28 22:06:16 +0800
committerMohd Lee2022-05-28 22:06:16 +0800
commit70277690fda86b96728f9e9f0e12c6a7ac67935e (patch)
treebd804ffb427619c91dafa0fc2cbfdf3ae1d55af0
parente3ff8fae30ac59172d5d08eda4f7f1f6e0d6a823 (diff)
downloadaur-70277690fda86b96728f9e9f0e12c6a7ac67935e.tar.gz
Updated to 1.24.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57612b1b20b3..e9e7860055a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
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.24.1
+ pkgver = 1.24.2
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64
license = unknown
depends = glibc
- depends = dotnet-runtime-3.1
+ depends = dotnet-runtime
provides = storageexplorer
- source = Linux.StorageExplorer-linux-x64-v1.24.1.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.24.1/Linux_StorageExplorer-linux-x64.tar.gz
+ source = Linux.StorageExplorer-linux-x64-v1.24.2.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.24.2/Linux_StorageExplorer-linux-x64.tar.gz
source = storageexplorer.desktop
- sha256sums = 2983d4f8d4e83c97cd6a19e29690df13ef502feabc2bf41a20b7de5d3483f574
+ sha256sums = 13c36def5065431cb5c305593d6962908793fa02d525333f9407b6aa1aa14b19
sha256sums = 0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index 98aee834389d..59b748eeaccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Mohd Lee <faulty.lee+aur@gmail.com>
# Contributor: Ricardo Band <email@ricardo.band>
pkgname=storageexplorer
-pkgver=1.24.1
+pkgver=1.24.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)
url="https://github.com/microsoft/AzureStorageExplorer/releases"
license=('unknown')
-depends=('glibc' 'dotnet-runtime-3.1')
+depends=('glibc' 'dotnet-runtime')
provides=('storageexplorer')
changelog=
source=("Linux.StorageExplorer-linux-x64-v$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/Linux_StorageExplorer-linux-x64.tar.gz"
"storageexplorer.desktop")
-sha256sums=('2983d4f8d4e83c97cd6a19e29690df13ef502feabc2bf41a20b7de5d3483f574'
+sha256sums=('13c36def5065431cb5c305593d6962908793fa02d525333f9407b6aa1aa14b19'
'0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4')
package() {