Update to 0.10.1

This commit is contained in:
Shopware Bot 2026-02-09 14:48:41 +00:00
parent 5e40e4400d
commit d62a83e23c
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.10.0
pkgver = 0.10.1
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 = aef289f298121023880c413fbd3cfa0615b205366dfd30ee10626b769fa2d15b
sha256sums_aarch64 = 47c0482816802d0b8232fc82652b3557ee1c040ca5d36b56b29a05e3515a47a9
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 = 775187387b3e46b597158d393544e8f84de5278fd6c69b7401b87c5f1f4e29f9
sha256sums_x86_64 = 16f6598bc7b32c5933c9823d0bca37e9ef477c18a99a02c0ee570a93d2806ebb
pkgname = shopware-cli-bin

View file

@ -3,7 +3,7 @@
# Maintainer: Max <max@swk-web.com>
pkgname='shopware-cli-bin'
pkgver=0.10.0
pkgver=0.10.1
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=('aef289f298121023880c413fbd3cfa0615b205366dfd30ee10626b769fa2d15b')
sha256sums_aarch64=('47c0482816802d0b8232fc82652b3557ee1c040ca5d36b56b29a05e3515a47a9')
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=('775187387b3e46b597158d393544e8f84de5278fd6c69b7401b87c5f1f4e29f9')
sha256sums_x86_64=('16f6598bc7b32c5933c9823d0bca37e9ef477c18a99a02c0ee570a93d2806ebb')
package() {
install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"