diff --git a/.SRCINFO b/.SRCINFO index 97bf806d262e..eb0a1b218355 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.21 + pkgver = 0.6.22 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.21/shopware-cli_Linux_arm64.tar.gz - sha256sums_aarch64 = 937092705c0133e5488c51d1cfa3e5da1c9779a94e69ecb984103edb7719368b + source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.6.22/shopware-cli_Linux_arm64.tar.gz + sha256sums_aarch64 = c341a9751d8cf91ba55ad046357924b940a929fc2a270b10671bea1021a4450e arch = x86_64 - source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.21/shopware-cli_Linux_x86_64.tar.gz - sha256sums_x86_64 = bd31abba9d1afc73475e9b265eff6dfc4f6ae52e9198f7b01d43454fe5fcc0cd + source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.22/shopware-cli_Linux_x86_64.tar.gz + sha256sums_x86_64 = ef906e2bfc45503012b2fe2c8bf2b9964b5d64e0fc628547888cc502ff142c21 pkgname = shopware-cli-bin diff --git a/PKGBUILD b/PKGBUILD index 0143ee65cc9e..e28b5e58e6ab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Max pkgname='shopware-cli-bin' -pkgver=0.6.21 +pkgver=0.6.22 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.21/shopware-cli_Linux_arm64.tar.gz") -sha256sums_aarch64=('937092705c0133e5488c51d1cfa3e5da1c9779a94e69ecb984103edb7719368b') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.22/shopware-cli_Linux_arm64.tar.gz") +sha256sums_aarch64=('c341a9751d8cf91ba55ad046357924b940a929fc2a270b10671bea1021a4450e') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.21/shopware-cli_Linux_x86_64.tar.gz") -sha256sums_x86_64=('bd31abba9d1afc73475e9b265eff6dfc4f6ae52e9198f7b01d43454fe5fcc0cd') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.22/shopware-cli_Linux_x86_64.tar.gz") +sha256sums_x86_64=('ef906e2bfc45503012b2fe2c8bf2b9964b5d64e0fc628547888cc502ff142c21') package() { install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"