From 5e40e4400da42708fcd3216c48983870a4186bfc Mon Sep 17 00:00:00 2001 From: Shopware Bot Date: Mon, 9 Feb 2026 08:41:48 +0000 Subject: [PATCH] Update to 0.10.0 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6d01460afd2e..456dff15581b 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.9.0 + pkgver = 0.10.0 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 = a2d095cebb7e9503b0da115953d616b28c4ad0578820c2186eb5eaeaff0d23d1 + sha256sums_aarch64 = aef289f298121023880c413fbd3cfa0615b205366dfd30ee10626b769fa2d15b 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 = eb7a26df4f05964df5a6cf29243522164751fb3ea3a5f9a83600121472ee515c + sha256sums_x86_64 = 775187387b3e46b597158d393544e8f84de5278fd6c69b7401b87c5f1f4e29f9 pkgname = shopware-cli-bin diff --git a/PKGBUILD b/PKGBUILD index fedc141e5f4c..78151dca1c81 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Max pkgname='shopware-cli-bin' -pkgver=0.9.0 +pkgver=0.10.0 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=('a2d095cebb7e9503b0da115953d616b28c4ad0578820c2186eb5eaeaff0d23d1') +sha256sums_aarch64=('aef289f298121023880c413fbd3cfa0615b205366dfd30ee10626b769fa2d15b') 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=('eb7a26df4f05964df5a6cf29243522164751fb3ea3a5f9a83600121472ee515c') +sha256sums_x86_64=('775187387b3e46b597158d393544e8f84de5278fd6c69b7401b87c5f1f4e29f9') package() { install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"