mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 18:43:47 +01:00
Update to 0.7.1
This commit is contained in:
parent
1376800960
commit
dac32d73b0
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.7.0
|
||||
pkgver = 0.7.1
|
||||
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.7.0/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 2a7f2630b7a47c3bf512243494350d6d31fe4e78eb93ef71efc74e7c6ab77dfe
|
||||
source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.7.1/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = e307c39aa719e98dadf52c088740e125d2490d3d0db179760d33a0b441e6b553
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.7.0/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 8d4aa5b49d8df143a61d9bb07bad99b36746482865410d2616b0246fb5d04c5c
|
||||
source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.7.1/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 8516063a80a7c7129c34e62489a03bca4d6b40159996b161a3d9cbecfbdca432
|
||||
|
||||
pkgname = shopware-cli-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Max <max@swk-web.com>
|
||||
|
||||
pkgname='shopware-cli-bin'
|
||||
pkgver=0.7.0
|
||||
pkgver=0.7.1
|
||||
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.7.0/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('2a7f2630b7a47c3bf512243494350d6d31fe4e78eb93ef71efc74e7c6ab77dfe')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.7.1/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('e307c39aa719e98dadf52c088740e125d2490d3d0db179760d33a0b441e6b553')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.7.0/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('8d4aa5b49d8df143a61d9bb07bad99b36746482865410d2616b0246fb5d04c5c')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.7.1/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('8516063a80a7c7129c34e62489a03bca4d6b40159996b161a3d9cbecfbdca432')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue