mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
Update to 0.4.48
This commit is contained in:
parent
42f2716888
commit
8ffac99cb0
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.47
|
||||
pkgver = 0.4.48
|
||||
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.47/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 199685d44f87a0b9a6d0c600dfdce456c561f9aee91d4de5d30a96fbfff537e3
|
||||
source_aarch64 = https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.48/shopware-cli_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 93aeb0a700fd2ad531ad4c4ab384876c2c72feda5097ddf8cbf3509bd6026a8b
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.47/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 06350128169595673235a6a7658dc0cd968e60800117f3283085b4feb79d44eb
|
||||
source_x86_64 = https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.48/shopware-cli_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = ed47b7c170f1db0a8753e6d67f39e399cc11f22707c8a702021339abd6efd78d
|
||||
|
||||
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.47
|
||||
pkgver=0.4.48
|
||||
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.47/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('199685d44f87a0b9a6d0c600dfdce456c561f9aee91d4de5d30a96fbfff537e3')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.48/shopware-cli_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('93aeb0a700fd2ad531ad4c4ab384876c2c72feda5097ddf8cbf3509bd6026a8b')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.47/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('06350128169595673235a6a7658dc0cd968e60800117f3283085b4feb79d44eb')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.48/shopware-cli_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('ed47b7c170f1db0a8753e6d67f39e399cc11f22707c8a702021339abd6efd78d')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./shopware-cli" "${pkgdir}/usr/bin/shopware-cli"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue