From 535af57354bcb46b1a45767f30b0e9ee86f7f435 Mon Sep 17 00:00:00 2001 From: Shopware Bot Date: Thu, 13 Feb 2025 12:27:44 +0000 Subject: [PATCH] Update to 0.5.6 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 29bfebf4e181..21384003c9c2 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.5 + pkgver = 0.5.6 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.5/shopware-cli_Linux_arm64.tar.gz - sha256sums_aarch64 = 72f7d4c3dba445560b1dcdb93cd371739de267fcede91adc453d816d20382da8 + source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.5.6/shopware-cli_Linux_arm64.tar.gz + sha256sums_aarch64 = c6d5e687dd80dc7b791eca0e5ee961fb5579db4b02f71aa30043bc706cadfa23 arch = x86_64 - source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.5.5/shopware-cli_Linux_x86_64.tar.gz - sha256sums_x86_64 = ec1ab8adb4744baff9897c7197ac5b2bb7d494060392efa933ef0370749a8a49 + source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.5.6/shopware-cli_Linux_x86_64.tar.gz + sha256sums_x86_64 = 0bcd68ae4f54c683eead262bbd2fe5dbc1828fcb0635a0e4479a7bce1be44590 pkgname = shopware-cli-bin diff --git a/PKGBUILD b/PKGBUILD index fb71a472a95d..4434dacda082 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Max pkgname='shopware-cli-bin' -pkgver=0.5.5 +pkgver=0.5.6 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.5/shopware-cli_Linux_arm64.tar.gz") -sha256sums_aarch64=('72f7d4c3dba445560b1dcdb93cd371739de267fcede91adc453d816d20382da8') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.5.6/shopware-cli_Linux_arm64.tar.gz") +sha256sums_aarch64=('c6d5e687dd80dc7b791eca0e5ee961fb5579db4b02f71aa30043bc706cadfa23') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.5.5/shopware-cli_Linux_x86_64.tar.gz") -sha256sums_x86_64=('ec1ab8adb4744baff9897c7197ac5b2bb7d494060392efa933ef0370749a8a49') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.5.6/shopware-cli_Linux_x86_64.tar.gz") +sha256sums_x86_64=('0bcd68ae4f54c683eead262bbd2fe5dbc1828fcb0635a0e4479a7bce1be44590') package() { install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"