mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 00:13:11 +01:00
Update to 0.11.0
This commit is contained in:
parent
cf3f331301
commit
9da31558ad
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = shopware-cli-bin
|
||||
pkgdesc = A cli which contains handy helpful commands for daily Shopware tasks
|
||||
pkgver = 0.10.5
|
||||
pkgver = 0.11.0
|
||||
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 = 2ff01bb00ead45a4911718010eccb6feafef85a9ba2468b7d4df7de6acf19628
|
||||
sha256sums_aarch64 = 55f788725a604d2f6401cf0e57dc1e11d2bee837b9f2cc7995bcc5f45e09b50d
|
||||
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 = e8e84365df66fd64906d7bd4c7dd56fcf6af358ef102292a53f3544747b06b1a
|
||||
sha256sums_x86_64 = 1b882260336f67b38f74b8600cfe592f748421ebf19a1933286a3b8ef682e75f
|
||||
|
||||
pkgname = shopware-cli-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Max <max@swk-web.com>
|
||||
|
||||
pkgname='shopware-cli-bin'
|
||||
pkgver=0.10.5
|
||||
pkgver=0.11.0
|
||||
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=('2ff01bb00ead45a4911718010eccb6feafef85a9ba2468b7d4df7de6acf19628')
|
||||
sha256sums_aarch64=('55f788725a604d2f6401cf0e57dc1e11d2bee837b9f2cc7995bcc5f45e09b50d')
|
||||
|
||||
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=('e8e84365df66fd64906d7bd4c7dd56fcf6af358ef102292a53f3544747b06b1a')
|
||||
sha256sums_x86_64=('1b882260336f67b38f74b8600cfe592f748421ebf19a1933286a3b8ef682e75f')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue