mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 14:03:16 +01:00
Update to 0.6.18
This commit is contained in:
parent
be3bf135fd
commit
2ae2751419
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.17
|
||||
pkgver = 0.6.18
|
||||
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.17/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = e670fc3b7822539fa1627a7b699bc47479d2045317e7e403348584968c58c4b8
|
||||
source_aarch64 = https://github.com/shopware/shopware-cli/releases/download/0.6.18/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 6b5bc51af3b752ed5cb5914bbcefd64b5192e35073650e8e775b377765a523c4
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.17/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 02a1a5b4d02d93c622cdf98407319bca8d76a567728f228e687e33afe65caafd
|
||||
source_x86_64 = https://github.com/shopware/shopware-cli/releases/download/0.6.18/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 75473fe3077e833512baadf8180b6a0aa409ae7a9d3659d296621eb5c33f6ed2
|
||||
|
||||
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.17
|
||||
pkgver=0.6.18
|
||||
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.17/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('e670fc3b7822539fa1627a7b699bc47479d2045317e7e403348584968c58c4b8')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.18/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('6b5bc51af3b752ed5cb5914bbcefd64b5192e35073650e8e775b377765a523c4')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.17/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('02a1a5b4d02d93c622cdf98407319bca8d76a567728f228e687e33afe65caafd')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/shopware/shopware-cli/releases/download/0.6.18/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('75473fe3077e833512baadf8180b6a0aa409ae7a9d3659d296621eb5c33f6ed2')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue