summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFraser P. Newton2023-11-05 23:18:52 -0500
committerFraser P. Newton2023-11-05 23:18:52 -0500
commit55f034a2bee16d42b89b314d1ef8b9e94d00b929 (patch)
treefe58daf8fd71dedf75f51e3cc82e0ac0095d1329
parent0577ed3acd759def9136d1219099153f0698063a (diff)
downloadaur-55f034a2bee16d42b89b314d1ef8b9e94d00b929.tar.gz
Version bump to 1.32.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 079dd3a844cc..5519752adc9c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-storage-explorer
pkgdesc = Storage Explorer allows you to view and interact with your Azure Storage resources.
- pkgver = 1.27.0
+ pkgver = 1.32.0
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = azure-storage-explorer
depends = libsecret
depends = alsa-lib
provides = azure-storage-explorer
- source = azure-storage-explorer-1.27.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.27.0/Linux_StorageExplorer-x64.tar.gz
+ source = azure-storage-explorer-1.32.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.32.0/StorageExplorer-linux-x64.tar.gz
source = https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE
source = StorageExplorer.desktop
- sha256sums = c43c6880f7af486bb0413908a872b832be94c670a0c36a9943dfa17c4565e109
+ sha256sums = e5782adc46955515a1f03da258a42ea3db7a30971e349937ffc619f13d3328f5
sha256sums = 9bbc1ea9fe5c96df01b311a2ac864d5b18fc87b9948bfd14770e4b44db755ee9
sha256sums = ed90ef85054cd2860d6c0e123a0db52a81014a6433e02952a57926ab115b7717
diff --git a/PKGBUILD b/PKGBUILD
index c72530dfce66..2e3c6130d405 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fraser P. Newton <fpnewton90@gmail.com>
pkgname=azure-storage-explorer
-pkgver=1.27.0
+pkgver=1.32.0
pkgrel=1
pkgdesc="Storage Explorer allows you to view and interact with your Azure Storage resources."
arch=('x86_64')
@@ -8,10 +8,10 @@ url="https://github.com/microsoft/AzureStorageExplorer"
license=('CCPL' 'MIT')
depends=('dotnet-runtime-6.0' 'nodejs' 'gtk3' 'nss' 'libsecret' 'alsa-lib')
provides=('azure-storage-explorer')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v${pkgver}/Linux_StorageExplorer-x64.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v${pkgver}/StorageExplorer-linux-x64.tar.gz"
"https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE"
"StorageExplorer.desktop")
-sha256sums=('c43c6880f7af486bb0413908a872b832be94c670a0c36a9943dfa17c4565e109'
+sha256sums=('e5782adc46955515a1f03da258a42ea3db7a30971e349937ffc619f13d3328f5'
'9bbc1ea9fe5c96df01b311a2ac864d5b18fc87b9948bfd14770e4b44db755ee9'
'ed90ef85054cd2860d6c0e123a0db52a81014a6433e02952a57926ab115b7717')