summarylogtreecommitdiffstats
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
parent40036f694e09effc38b8b3f03c18eb84d453bb47 (diff)
downloadaur-584d0176ff2fab97503791a83d2dac53acc031cf.tar.gz
Version bump to 1.12.0 and updated source URL.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d665fe0b059..a7ee072bf8d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-storage-explorer
pkgdesc = Storage Explorer allows you to view and interact with your Azure Storage resources.
- pkgver = 1.11.2
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = azure-storage-explorer
depends = libxss
depends = libsecret
provides = StorageExplorer
- source = azure-storage-explorer-1.11.2.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.11.2/Linux_StorageExplorer.tar.gz
+ source = azure-storage-explorer-1.12.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.12.0/Linux_StorageExplorer.tar.gz
source = https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE
- sha256sums = 967d35fe4dd61a0ce8cac06b025ecc686f69a75dcffa6dac7108d06f55546004
+ sha256sums = bbbd2edaeb1d0df4cccd0b6d248995b80e5d3f3e061463f915b75b8201690377
sha256sums = 9bbc1ea9fe5c96df01b311a2ac864d5b18fc87b9948bfd14770e4b44db755ee9
pkgname = azure-storage-explorer
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
+}