mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 16:07:46 +01:00
Update to 0.4.59
This commit is contained in:
parent
8775433ace
commit
baf5b2a5b4
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.4.58
|
||||
pkgver = 0.4.59
|
||||
pkgrel = 1
|
||||
url = https://sw-cli.fos.gg
|
||||
license = MIT
|
||||
|
|
@ -8,10 +8,10 @@ pkgbase = shopware-cli-bin
|
|||
conflicts = shopware-cli
|
||||
provides = shopware-cli
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.58/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 564622b25a656d7d117f084e1f29c1c76f451ca7077963ca9ab41ea3622c3170
|
||||
source_aarch64 = https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.59/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = c3c935f12d4eb598a828ecb8c9d9bb1378052f7ecf812c6473a165c12fc51ac0
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.58/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 66f8bda52ec5b3723fecf3d683979844d3f76fa092b9e1f3650ac3d950768bf7
|
||||
source_x86_64 = https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.59/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = df93d89efefbeb92ce1f9e7b07568a14a840c1f7ee051793863d21e8339d1a3f
|
||||
|
||||
pkgname = shopware-cli-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Max <max@swk-web.com>
|
||||
|
||||
pkgname='shopware-cli-bin'
|
||||
pkgver=0.4.58
|
||||
pkgver=0.4.59
|
||||
pkgrel=1
|
||||
pkgdesc='A cli which contains handy helpful commands for daily Shopware tasks'
|
||||
url='https://sw-cli.fos.gg'
|
||||
|
|
@ -13,11 +13,11 @@ provides=('shopware-cli')
|
|||
conflicts=('shopware-cli')
|
||||
depends=('git')
|
||||
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.58/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('564622b25a656d7d117f084e1f29c1c76f451ca7077963ca9ab41ea3622c3170')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.59/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('c3c935f12d4eb598a828ecb8c9d9bb1378052f7ecf812c6473a165c12fc51ac0')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.58/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('66f8bda52ec5b3723fecf3d683979844d3f76fa092b9e1f3650ac3d950768bf7')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.59/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('df93d89efefbeb92ce1f9e7b07568a14a840c1f7ee051793863d21e8339d1a3f')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue