summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Heremans2023-12-06 23:54:39 +0100
committerJens Heremans2023-12-06 23:54:39 +0100
commit858cb06343451a1e641d906f94ad5bb58572a3d4 (patch)
treede5136aa1fd65b137c37dfa8fad0905ec0a06c65
parentfde2287589e796d40dc18caa7e4c0a7ab6527acb (diff)
downloadaur-858cb06343451a1e641d906f94ad5bb58572a3d4.tar.gz
Update v10.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38062f219eaf..daaf8c1614de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azcopy
pkgdesc = A command-line utility designed for copying data to/from Microsoft Azure
- pkgver = 10.21.2
+ pkgver = 10.22.0
pkgrel = 1
url = https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = azcopy
makedepends = go
makedepends = git
replaces = azcopy-10
- source = azcopy-10.21.2.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v10.21.2.tar.gz
- sha512sums = e8bc914f90d29f873963027650a1e5d7721b9dc09aeed9e6012d4ec3ac9a6bc23d1d9e027c9c606c79c80d63829f35cfa854c754c5bc8d6487230fe9b54187b4
+ source = azcopy-10.22.0.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v10.22.0.tar.gz
+ sha512sums = e066a949098ba03770691cf7686e28c1adfdb8dca36f09933a0c5c3cde9dbd24e7e41ac4bc95c0bb35f3e01d2c68de75628aebae173f0e8d676be683965fcebf
pkgname = azcopy
diff --git a/PKGBUILD b/PKGBUILD
index 9c0e86191439..d674ffd54398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=azcopy
-pkgver=10.21.2
+pkgver=10.22.0
pkgrel=1
pkgdesc="A command-line utility designed for copying data to/from Microsoft Azure"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -13,7 +13,7 @@ license=('MIT')
makedepends=('go' 'git')
replaces=('azcopy-10')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v${pkgver}.tar.gz")
-sha512sums=('e8bc914f90d29f873963027650a1e5d7721b9dc09aeed9e6012d4ec3ac9a6bc23d1d9e027c9c606c79c80d63829f35cfa854c754c5bc8d6487230fe9b54187b4')
+sha512sums=('e066a949098ba03770691cf7686e28c1adfdb8dca36f09933a0c5c3cde9dbd24e7e41ac4bc95c0bb35f3e01d2c68de75628aebae173f0e8d676be683965fcebf')
prepare() {
mkdir -p "${srcdir}/src/github.com/Azure"