summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohd Lee2023-02-17 21:28:40 +0800
committerMohd Lee2023-02-17 21:28:40 +0800
commitdfc5424d9fb0f2c0c26d60e5afa1d498e975d6dc (patch)
treea24d3881f3c566d4c9af550d540f859c394f80df
parent95fc082b94a77ce38e881ec82f019a93b68bafc5 (diff)
downloadaur-dfc5424d9fb0f2c0c26d60e5afa1d498e975d6dc.tar.gz
Updated to 1.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a4ec798b02..1193e59fb7b2 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.27.2
+ pkgver = 1.28.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.27.2.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.27.2/Linux_StorageExplorer-x64.tar.gz
+ source = Linux.StorageExplorer-x64-v1.28.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.28.0/StorageExplorer-linux-x64.tar.gz
source = storageexplorer.desktop
- sha256sums = 155354b1971cc843572bb5d669ecf45deb89e958eac36119dbd4d12ffb6f5d34
+ sha256sums = 1bf0459039e956f14b9f06362408d97471cd2628de5f8d4e194e507dbffec117
sha256sums = 4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index cafb1bae8826..1f6ef09ca350 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.27.2
+pkgver=1.28.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)
@@ -10,9 +10,9 @@ license=('unknown')
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"
+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=('155354b1971cc843572bb5d669ecf45deb89e958eac36119dbd4d12ffb6f5d34'
+sha256sums=('1bf0459039e956f14b9f06362408d97471cd2628de5f8d4e194e507dbffec117'
'4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce')
package() {