Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
azcopy


Commits:
35b250fa by Carl Smedstad at 2024-11-15T08:58:40+01:00
upgpkg: 10.27.1-1: Upstream release

https://github.com/Azure/azure-storage-azcopy/releases/tag/v10.27.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = azcopy
        pkgdesc = A command-line utility designed for copying data to/from 
Microsoft Azure
-       pkgver = 10.27.0
-       pkgrel = 3
+       pkgver = 10.27.1
+       pkgrel = 1
        url = https://github.com/Azure/azure-storage-azcopy
        arch = x86_64
        license = MIT
        makedepends = go
        depends = glibc
        options = !lto
-       source = 
azcopy-10.27.0.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v10.27.0.tar.gz
-       sha256sums = 
ecbb297e7ce56eed10b4171d71c25aafae44f1fb5d64ba1bffebc87331bd5e20
+       source = 
azcopy-10.27.1.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v10.27.1.tar.gz
+       sha256sums = 
3ed3ef0ded8ebcc3f46dc77e24fe4c39141b1b278492289cec8cf2ddcc1a3dc0
 
 pkgname = azcopy


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 
 pkgname=azcopy
 _pkgname=azure-storage-azcopy
-pkgver=10.27.0
-pkgrel=3
+pkgver=10.27.1
+pkgrel=1
 pkgdesc="A command-line utility designed for copying data to/from Microsoft 
Azure"
 arch=('x86_64')
 url="https://github.com/Azure/azure-storage-azcopy";
@@ -16,7 +16,7 @@ depends=('glibc')
 makedepends=('go')
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ecbb297e7ce56eed10b4171d71c25aafae44f1fb5d64ba1bffebc87331bd5e20')
+sha256sums=('3ed3ef0ded8ebcc3f46dc77e24fe4c39141b1b278492289cec8cf2ddcc1a3dc0')
 
 prepare() {
   cd $_pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/azcopy/-/commit/35b250faf855e4d10fd3fe44e3b57228ab5f9ecb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/azcopy/-/commit/35b250faf855e4d10fd3fe44e3b57228ab5f9ecb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to