Update to 0.8.3

This commit is contained in:
Shopware Bot 2026-01-09 09:58:50 +00:00
parent a0bfa0e3bd
commit 2a224f190c
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@
# Maintainer: Max <max@swk-web.com>
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"