From 0f93c54854311b072db489ac4954574844f9c867 Mon Sep 17 00:00:00 2001 From: Shopware Bot Date: Mon, 30 Jun 2025 09:42:39 +0000 Subject: [PATCH] Update to 0.6.13 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 34b2392c0310..9eddec728530 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = shopware-cli-bin pkgdesc = A cli which contains handy helpful commands for daily Shopware tasks - pkgver = 0.6.12 + pkgver = 0.6.13 pkgrel = 1 url = https://developer.shopware.com/ license = MIT @@ -8,10 +8,10 @@ pkgbase = shopware-cli-bin conflicts = shopware-cli provides = shopware-cli arch = aarch64 - source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.6.12/shopware-cli_Linux_arm64.tar.gz - sha256sums_aarch64 = 0e8f2ecd38ffedabca4608534072eba742d28f31ca0e2d09f10d9f0564067a1c + source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.6.13/shopware-cli_Linux_arm64.tar.gz + sha256sums_aarch64 = 7891b3d9d15fe11ea95b891c0547d0e107bb3966d4ffb10a1c27f419e821c345 arch = x86_64 - source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.12/shopware-cli_Linux_x86_64.tar.gz - sha256sums_x86_64 = e14e92a3ad0b8f0e43747b60348e81755b2d79ece0212af0769a2dc19245ac1c + source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.13/shopware-cli_Linux_x86_64.tar.gz + sha256sums_x86_64 = 995fb0d76cd49675332a3cb024c65bb748476397c8492c2584f1993a4e26df9d pkgname = shopware-cli-bin diff --git a/PKGBUILD b/PKGBUILD index 6f331f811bf1..a94683c20cd1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Max pkgname='shopware-cli-bin' -pkgver=0.6.12 +pkgver=0.6.13 pkgrel=1 pkgdesc='A cli which contains handy helpful commands for daily Shopware tasks' url='https://developer.shopware.com/' @@ -13,11 +13,11 @@ provides=('shopware-cli') conflicts=('shopware-cli') depends=('git') -source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.12/shopware-cli_Linux_arm64.tar.gz") -sha256sums_aarch64=('0e8f2ecd38ffedabca4608534072eba742d28f31ca0e2d09f10d9f0564067a1c') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.13/shopware-cli_Linux_arm64.tar.gz") +sha256sums_aarch64=('7891b3d9d15fe11ea95b891c0547d0e107bb3966d4ffb10a1c27f419e821c345') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.12/shopware-cli_Linux_x86_64.tar.gz") -sha256sums_x86_64=('e14e92a3ad0b8f0e43747b60348e81755b2d79ece0212af0769a2dc19245ac1c') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.13/shopware-cli_Linux_x86_64.tar.gz") +sha256sums_x86_64=('995fb0d76cd49675332a3cb024c65bb748476397c8492c2584f1993a4e26df9d') package() { install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"