summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca77bca8e0a0..bedcf1713cb2 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.15.1
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = storageexplorer
depends = libgnome-keyring
depends = dotnet-runtime-2.1
provides = storageexplorer
- source = Linux.StorageExplorer-linux-x64-v1.15.1.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.15.1/Linux_StorageExplorer-x64.tar.gz
+ source = Linux.StorageExplorer-linux-x64-v1.16.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.16.0/Linux_StorageExplorer-x64.tar.gz
source = storageexplorer.desktop
- sha256sums = 9c22f3469d2d442a0af58df3e12d5b2a4482c716a24db59a479af42f95b23871
+ sha256sums = a7b481e07bf9049288e819aa842211a3d1f1ab7e6d4dd7aeef8ff72323f6acb4
sha256sums = 0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index 61b0fbbc3f29..6eb2de45439b 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.15.1
+pkgver=1.16.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-linux-x64-v$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/Linux_StorageExplorer-x64.tar.gz"
"storageexplorer.desktop")
-sha256sums=('9c22f3469d2d442a0af58df3e12d5b2a4482c716a24db59a479af42f95b23871'
+sha256sums=('a7b481e07bf9049288e819aa842211a3d1f1ab7e6d4dd7aeef8ff72323f6acb4'
'0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4')
package() {