mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 14:23:31 +01:00
Update to 0.6.6
This commit is contained in:
parent
8bf49c6c77
commit
6466ac8c02
2 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = shopware-cli-bin
|
||||
pkgdesc = A cli which contains handy helpful commands for daily Shopware tasks
|
||||
pkgver = 0.6.5
|
||||
pkgver = 0.6.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.6.5/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = c429c728fd0e081c9572c6fc871138b8b281e7e04dd48d7ecaebdd2d42c7005e
|
||||
source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.6.6/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = d451c69a046d2ad0c4757365d3c7d3174bf7e28950f187128c592dd1209a7369
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.5/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = e1bc15c9abd481d01478bd04189215bf788512ddab87d10fe1b7150973347a4a
|
||||
source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.6/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 65a0623241b4899d0672624e27740fa54f550d7a4e66eda84efdd25e8ea57cf7
|
||||
|
||||
pkgname = shopware-cli-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Max <max@swk-web.com>
|
||||
|
||||
pkgname='shopware-cli-bin'
|
||||
pkgver=0.6.5
|
||||
pkgver=0.6.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.6.5/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('c429c728fd0e081c9572c6fc871138b8b281e7e04dd48d7ecaebdd2d42c7005e')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.6/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('d451c69a046d2ad0c4757365d3c7d3174bf7e28950f187128c592dd1209a7369')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.5/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('e1bc15c9abd481d01478bd04189215bf788512ddab87d10fe1b7150973347a4a')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.6/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('65a0623241b4899d0672624e27740fa54f550d7a4e66eda84efdd25e8ea57cf7')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue