diff --git a/.SRCINFO b/.SRCINFO index 1100eef564d5..390a3de84f2d 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.19 + pkgver = 0.6.20 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.19/shopware-cli_Linux_arm64.tar.gz - sha256sums_aarch64 = 8cd2544361167ef931876ec2cdf3a600952efb2ded15ca23e3e5e7ffe29530db + source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.6.20/shopware-cli_Linux_arm64.tar.gz + sha256sums_aarch64 = 5ee08aacbd9d50939d689813498efdb6d06bb521f8da6620ffed0c35dda0b65e arch = x86_64 - source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.19/shopware-cli_Linux_x86_64.tar.gz - sha256sums_x86_64 = 197adb5494bf89472a64902aba5c11b05b30309cae320456a4d9c336e08aa558 + source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.20/shopware-cli_Linux_x86_64.tar.gz + sha256sums_x86_64 = 05e17132a13e88227ef8f059789905cdb05c2b29e82d0e08218c79456363b022 pkgname = shopware-cli-bin diff --git a/PKGBUILD b/PKGBUILD index a72b0139a8b6..5d8765a6cab2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Max pkgname='shopware-cli-bin' -pkgver=0.6.19 +pkgver=0.6.20 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.19/shopware-cli_Linux_arm64.tar.gz") -sha256sums_aarch64=('8cd2544361167ef931876ec2cdf3a600952efb2ded15ca23e3e5e7ffe29530db') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.20/shopware-cli_Linux_arm64.tar.gz") +sha256sums_aarch64=('5ee08aacbd9d50939d689813498efdb6d06bb521f8da6620ffed0c35dda0b65e') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.19/shopware-cli_Linux_x86_64.tar.gz") -sha256sums_x86_64=('197adb5494bf89472a64902aba5c11b05b30309cae320456a4d9c336e08aa558') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.20/shopware-cli_Linux_x86_64.tar.gz") +sha256sums_x86_64=('05e17132a13e88227ef8f059789905cdb05c2b29e82d0e08218c79456363b022') package() { install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"