summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFraser P. Newton2022-12-12 00:13:15 -0500
committerFraser P. Newton2022-12-12 00:13:15 -0500
commit0577ed3acd759def9136d1219099153f0698063a (patch)
tree3eb21921b8f7cef21aada2ea6093420392e2c79f
parent9966e2a57d986979f7c59112ecaeb88129853fcf (diff)
downloadaur-0577ed3acd759def9136d1219099153f0698063a.tar.gz
Bump to verstion 1.27.0 and fixed dotnet dep to specify dotnet-runtime-6.0
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e76a98bc15f..079dd3a844cc 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = azure-storage-explorer
pkgdesc = Storage Explorer allows you to view and interact with your Azure Storage resources.
- pkgver = 1.25.1
+ pkgver = 1.27.0
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer
arch = x86_64
license = CCPL
license = MIT
- depends = dotnet-runtime
+ depends = dotnet-runtime-6.0
depends = nodejs
depends = gtk3
depends = nss
depends = libsecret
depends = alsa-lib
provides = azure-storage-explorer
- source = azure-storage-explorer-1.25.1.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.25.1/Linux_StorageExplorer-x64.tar.gz
+ 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 = https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE
source = StorageExplorer.desktop
- sha256sums = 7895283b43f38a16c644b94415fd5b5258b3e26424c8c4f1f168afd60f241410
+ sha256sums = c43c6880f7af486bb0413908a872b832be94c670a0c36a9943dfa17c4565e109
sha256sums = 9bbc1ea9fe5c96df01b311a2ac864d5b18fc87b9948bfd14770e4b44db755ee9
sha256sums = ed90ef85054cd2860d6c0e123a0db52a81014a6433e02952a57926ab115b7717
diff --git a/PKGBUILD b/PKGBUILD
index 7cadd67ff1e0..c72530dfce66 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Fraser P. Newton <fpnewton90@gmail.com>
pkgname=azure-storage-explorer
-pkgver=1.25.1
+pkgver=1.27.0
pkgrel=1
pkgdesc="Storage Explorer allows you to view and interact with your Azure Storage resources."
arch=('x86_64')
url="https://github.com/microsoft/AzureStorageExplorer"
license=('CCPL' 'MIT')
-depends=('dotnet-runtime' 'nodejs' 'gtk3' 'nss' 'libsecret' 'alsa-lib')
+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"
"https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE"
"StorageExplorer.desktop")
-sha256sums=('7895283b43f38a16c644b94415fd5b5258b3e26424c8c4f1f168afd60f241410'
+sha256sums=('c43c6880f7af486bb0413908a872b832be94c670a0c36a9943dfa17c4565e109'
'9bbc1ea9fe5c96df01b311a2ac864d5b18fc87b9948bfd14770e4b44db755ee9'
'ed90ef85054cd2860d6c0e123a0db52a81014a6433e02952a57926ab115b7717')