summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohd Lee2023-01-29 17:35:16 +0800
committerMohd Lee2023-01-29 17:35:16 +0800
commit95fc082b94a77ce38e881ec82f019a93b68bafc5 (patch)
tree6581d189116c9975230908c38f1616bdd02cdd9d
parentfbadb5a2d1929b7643a85d8240923cd2a5cd2879 (diff)
downloadaur-95fc082b94a77ce38e881ec82f019a93b68bafc5.tar.gz
Updated to 1.27.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de586d6111e6..30a4ec798b02 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.27.1
+ pkgver = 1.27.2
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64
license = unknown
depends = glibc
- depends = dotnet-runtime
+ depends = dotnet-runtime-6.0
provides = storageexplorer
- source = Linux.StorageExplorer-x64-v1.27.1.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.27.1/Linux_StorageExplorer-x64.tar.gz
+ source = Linux.StorageExplorer-x64-v1.27.2.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.27.2/Linux_StorageExplorer-x64.tar.gz
source = storageexplorer.desktop
- sha256sums = 15880f19c48f3667bea259a43d21436b0b53a09963a03ab47aaf4f4ac4c041a1
+ sha256sums = 155354b1971cc843572bb5d669ecf45deb89e958eac36119dbd4d12ffb6f5d34
sha256sums = 4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index 5ac61060e88c..cafb1bae8826 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.27.1
+pkgver=1.27.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')
+depends=('glibc' 'dotnet-runtime-6.0')
provides=('storageexplorer')
changelog=
source=("Linux.StorageExplorer-x64-v$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/Linux_StorageExplorer-x64.tar.gz"
"storageexplorer.desktop")
-sha256sums=('15880f19c48f3667bea259a43d21436b0b53a09963a03ab47aaf4f4ac4c041a1'
+sha256sums=('155354b1971cc843572bb5d669ecf45deb89e958eac36119dbd4d12ffb6f5d34'
'4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce')
package() {