summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFraser P. Newton2020-01-29 13:55:15 -0500
committerFraser P. Newton2020-01-29 13:55:15 -0500
commit584d0176ff2fab97503791a83d2dac53acc031cf (patch)
tree915d5f92560cff6d6da5fc31078c7ce67f40f327 /PKGBUILD
parent40036f694e09effc38b8b3f03c18eb84d453bb47 (diff)
downloadaur-584d0176ff2fab97503791a83d2dac53acc031cf.tar.gz
Version bump to 1.12.0 and updated source URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89eb1f7a2f65..618734215f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fraser P. Newton <fpnewton90@gmail.com>
pkgname=azure-storage-explorer
-pkgver=1.11.2
+pkgver=1.12.0
pkgrel=1
pkgdesc="Storage Explorer allows you to view and interact with your Azure Storage resources."
arch=('x86_64')
@@ -8,9 +8,9 @@ url="https://github.com/microsoft/AzureStorageExplorer"
license=('CCPL' 'MIT')
depends=('gconf' 'libgnome-keyring' 'nodejs' 'gtk3' 'nss' 'libxss' 'libsecret')
provides=('StorageExplorer')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v${pkgver}/Linux_StorageExplorer.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v${pkgver}/Linux_StorageExplorer-linux-x64.tar.gz"
"https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE")
-sha256sums=('967d35fe4dd61a0ce8cac06b025ecc686f69a75dcffa6dac7108d06f55546004'
+sha256sums=('bbbd2edaeb1d0df4cccd0b6d248995b80e5d3f3e061463f915b75b8201690377'
'9bbc1ea9fe5c96df01b311a2ac864d5b18fc87b9948bfd14770e4b44db755ee9')
prepare() {
@@ -32,4 +32,4 @@ package() {
# Install the license file
install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-} \ No newline at end of file
+}