From 35117684725ee840e6e39958ebbb0f4d90533885 Mon Sep 17 00:00:00 2001 From: Shopware Bot Date: Mon, 10 Mar 2025 12:54:11 +0000 Subject: [PATCH] Update to 0.5.8 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6ebd175d8628..e65af32cafc0 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.5.7 + pkgver = 0.5.8 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.5.7/shopware-cli_Linux_arm64.tar.gz - sha256sums_aarch64 = 6c3bb6125a0a4ab174db1ee71b2aa4bbc792899a1d51143a054159d5a0043e6c + source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.5.8/shopware-cli_Linux_arm64.tar.gz + sha256sums_aarch64 = d0c081c3172ce59b0c7b8f64010c2cee89a57aed1865699b424512a9523ca8f5 arch = x86_64 - source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.5.7/shopware-cli_Linux_x86_64.tar.gz - sha256sums_x86_64 = e6c645e10a8b436a32cd2d9a26bddc57d350a7ba81259bbc5cde784bbb5c3d17 + source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.5.8/shopware-cli_Linux_x86_64.tar.gz + sha256sums_x86_64 = 6419955e440b5af4735a409bfc3c8fb387b82711a2529daf83cb8523b0f79e0e pkgname = shopware-cli-bin diff --git a/PKGBUILD b/PKGBUILD index 76ff0775440f..bc1a629438ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Max pkgname='shopware-cli-bin' -pkgver=0.5.7 +pkgver=0.5.8 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.5.7/shopware-cli_Linux_arm64.tar.gz") -sha256sums_aarch64=('6c3bb6125a0a4ab174db1ee71b2aa4bbc792899a1d51143a054159d5a0043e6c') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.5.8/shopware-cli_Linux_arm64.tar.gz") +sha256sums_aarch64=('d0c081c3172ce59b0c7b8f64010c2cee89a57aed1865699b424512a9523ca8f5') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.5.7/shopware-cli_Linux_x86_64.tar.gz") -sha256sums_x86_64=('e6c645e10a8b436a32cd2d9a26bddc57d350a7ba81259bbc5cde784bbb5c3d17') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.5.8/shopware-cli_Linux_x86_64.tar.gz") +sha256sums_x86_64=('6419955e440b5af4735a409bfc3c8fb387b82711a2529daf83cb8523b0f79e0e') package() { install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"