summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohd Lee2023-06-17 11:52:14 +0800
committerMohd Lee2023-06-17 11:52:14 +0800
commit7f5ed65b858003d16f91fd1108b8d482033fa15b (patch)
tree7d153880326c43241e7d37c0988c3030f6dfb7d6
parent27804def51fd37b8a6f6adefa3177eb15a175012 (diff)
downloadaur-7f5ed65b858003d16f91fd1108b8d482033fa15b.tar.gz
Updated to 1.30.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb8086e3a5e8..9bce8d2cf44e 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.29.2
+ pkgver = 1.30.0
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = storageexplorer
depends = glibc
depends = dotnet-runtime-6.0
provides = storageexplorer
- source = Linux.StorageExplorer-x64-v1.29.2.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.29.2/StorageExplorer-linux-x64.tar.gz
+ source = Linux.StorageExplorer-x64-v1.30.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.30.0/StorageExplorer-linux-x64.tar.gz
source = storageexplorer.desktop
- sha256sums = 1e05b8adfad150c493f363c641a04b1e39cd598da04e5ae283b62e7d50391a70
+ sha256sums = f66a1e320414ce12ed864525ca6764466a26acd8d9a829da647741016e095891
sha256sums = 4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index 55b29e125b80..b0d2872b45fa 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.29.2
+pkgver=1.30.0
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,7 +12,7 @@ provides=('storageexplorer')
changelog=
source=("Linux.StorageExplorer-x64-v$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/StorageExplorer-linux-x64.tar.gz"
"storageexplorer.desktop")
-sha256sums=('1e05b8adfad150c493f363c641a04b1e39cd598da04e5ae283b62e7d50391a70'
+sha256sums=('f66a1e320414ce12ed864525ca6764466a26acd8d9a829da647741016e095891'
'4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce')
package() {