From 2a224f190ce5b3bdb59788134d58840981baae59 Mon Sep 17 00:00:00 2001 From: Shopware Bot Date: Fri, 9 Jan 2026 09:58:50 +0000 Subject: [PATCH] Update to 0.8.3 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 39f71ba36558..8554b30f6b20 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.8.2 + pkgver = 0.8.3 pkgrel = 1 url = https://developer.shopware.com/ license = MIT @@ -9,9 +9,9 @@ pkgbase = shopware-cli-bin provides = shopware-cli arch = aarch64 source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/${pkgver}/shopware-cli_Linux_arm64.tar.gz - sha256sums_aarch64 = 00c237b0417e85f26e81c22de18e5170e03d465451c0671bdf1dad2e3d8ab5f9 + sha256sums_aarch64 = c61e5f3ef25de0ec0f55d46a5c864b2ecb8fe8a3459604295cb8115afa3cbaa9 arch = x86_64 source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/${pkgver}/shopware-cli_Linux_x86_64.tar.gz - sha256sums_x86_64 = 678b2b589ebf2a4804f0e233f06ba29deb8f379a70c02fb42563c11df7d2fee0 + sha256sums_x86_64 = 8e590e339a9521a7ad50fb4085d4062bde3d27137ae4fc277f7c750519c5822e pkgname = shopware-cli-bin diff --git a/PKGBUILD b/PKGBUILD index 92a92ff643da..270d164e4b6b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Max pkgname='shopware-cli-bin' -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=1 pkgdesc='A cli which contains handy helpful commands for daily Shopware tasks' url='https://developer.shopware.com/' @@ -14,10 +14,10 @@ conflicts=('shopware-cli') depends=('git') source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/${pkgver}/shopware-cli_Linux_arm64.tar.gz") -sha256sums_aarch64=('00c237b0417e85f26e81c22de18e5170e03d465451c0671bdf1dad2e3d8ab5f9') +sha256sums_aarch64=('c61e5f3ef25de0ec0f55d46a5c864b2ecb8fe8a3459604295cb8115afa3cbaa9') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/${pkgver}/shopware-cli_Linux_x86_64.tar.gz") -sha256sums_x86_64=('678b2b589ebf2a4804f0e233f06ba29deb8f379a70c02fb42563c11df7d2fee0') +sha256sums_x86_64=('8e590e339a9521a7ad50fb4085d4062bde3d27137ae4fc277f7c750519c5822e') package() { install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"