Updated to 1.25.1

This commit is contained in:
Mohd Lee 2022-08-13 21:30:18 +08:00
parent 355d0fa3f8
commit cd8d10c400
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = storageexplorer 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. 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.25.0 pkgver = 1.25.1
pkgrel = 1 pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer/releases url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64 arch = x86_64
@ -8,9 +8,9 @@ pkgbase = storageexplorer
depends = glibc depends = glibc
depends = dotnet-runtime depends = dotnet-runtime
provides = storageexplorer provides = storageexplorer
source = Linux.StorageExplorer-x64-v1.25.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.25.0/Linux_StorageExplorer-x64.tar.gz source = Linux.StorageExplorer-x64-v1.25.1.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.25.1/Linux_StorageExplorer-x64.tar.gz
source = storageexplorer.desktop source = storageexplorer.desktop
sha256sums = a1a9ff041fcbdb839c4cb5e387d8223f55382f937a11ca5352a20a4986a2aac1 sha256sums = 7895283b43f38a16c644b94415fd5b5258b3e26424c8c4f1f168afd60f241410
sha256sums = 4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce sha256sums = 4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce
pkgname = storageexplorer pkgname = storageexplorer

View file

@ -1,7 +1,7 @@
# Maintainer: Mohd Lee <faulty.lee+aur@gmail.com> # Maintainer: Mohd Lee <faulty.lee+aur@gmail.com>
# Contributor: Ricardo Band <email@ricardo.band> # Contributor: Ricardo Band <email@ricardo.band>
pkgname=storageexplorer pkgname=storageexplorer
pkgver=1.25.0 pkgver=1.25.1
pkgrel=1 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." 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) arch=(x86_64)
@ -12,7 +12,7 @@ provides=('storageexplorer')
changelog= 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/Linux_StorageExplorer-x64.tar.gz"
"storageexplorer.desktop") "storageexplorer.desktop")
sha256sums=('a1a9ff041fcbdb839c4cb5e387d8223f55382f937a11ca5352a20a4986a2aac1' sha256sums=('7895283b43f38a16c644b94415fd5b5258b3e26424c8c4f1f168afd60f241410'
'4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce') '4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce')
package() { package() {