summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2019-01-31 15:41:14 +0100
committerJonas Heinrich2019-01-31 15:41:14 +0100
commita4c72f7195c2449d599f0eca0b23700bdf45b6d2 (patch)
tree0e91b5a65d55df1383c8a7746248ae5656e0cca8
parent379e414a4c939b16ef4e89bed25c1f677200fbc7 (diff)
downloadaur-a4c72f7195c2449d599f0eca0b23700bdf45b6d2.tar.gz
updated to version 10.0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5c803a5797..dbbc9ad745a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 26 09:07:52 UTC 2019
+# Thu Jan 31 14:41:03 UTC 2019
pkgbase = azcopy-10
pkgdesc = A command-line utility designed for copying data to/from Microsoft Azure
- pkgver = 10.0.6
+ pkgver = 10.0.7
pkgrel = 1
url = https://github.com/Azure/azure-storage-azcopy
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = azcopy-10
makedepends = go
makedepends = dep
conflicts = azcopy
- source = azcopy-10.0.6.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v10.0.6.tar.gz
- sha512sums = 92f7366ac5d96d92ffec424744fee3e8c5233f46a0d428554c431a92a01454c650b83c0679ebc599be77c842f1f7b12a686da44c880d6ff09c35c3385b76071d
+ source = azcopy-10.0.7.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v10.0.7.tar.gz
+ sha512sums = 493d2bc01ec32344808d7ed57bfe68e4f985c481fc818c155e1c74b3f0348e63674181cbdd972fa84852e64aab577f950613ef34f63b3cf8258f438f6fa7a723
pkgname = azcopy-10
diff --git a/PKGBUILD b/PKGBUILD
index fa5ff46abd95..0fe3214dd338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=azcopy-10
-pkgver=10.0.6
+pkgver=10.0.7
pkgrel=1
pkgdesc="A command-line utility designed for copying data to/from Microsoft Azure"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go' 'dep')
conflicts=('azcopy')
source=("azcopy-${pkgver}.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v${pkgver}.tar.gz")
-sha512sums=("92f7366ac5d96d92ffec424744fee3e8c5233f46a0d428554c431a92a01454c650b83c0679ebc599be77c842f1f7b12a686da44c880d6ff09c35c3385b76071d")
+sha512sums=("493d2bc01ec32344808d7ed57bfe68e4f985c481fc818c155e1c74b3f0348e63674181cbdd972fa84852e64aab577f950613ef34f63b3cf8258f438f6fa7a723")
prepare() {
mkdir -p "${srcdir}/src/github.com/Azure"