summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshyim2021-09-05 16:07:09 +0000
committershyim2021-09-05 16:07:09 +0000
commitd892e0413bc39b28e72aaee2cee221c252735ec3 (patch)
treeeb825a71d655da66a0bda0ae0b6b6b5f12e074a5
parenta550d92004743c54bc6271a19aee15175b13a082 (diff)
downloadaur-d892e0413bc39b28e72aaee2cee221c252735ec3.tar.gz
Version 0.3.16
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdbe6d0f80e6..8de5dc32d724 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = php-sw-frosh-plugin-uploader
pkgdesc = Tool for uploading new plugin releases to Shopware Store
- pkgver = 0.3.15
+ pkgver = 0.3.16
pkgrel = 1
url = https://github.com/FriendsOfShopware/FroshPluginUploader
arch = any
license = MIT
depends = php>=7.4.0
- source = frosh-plugin-upload-0.3.15.phar::https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.15/frosh-plugin-upload.phar
- source = LICENSE-0.3.15::https://raw.githubusercontent.com/FriendsOfShopware/FroshPluginUploader/0.3.15/LICENSE
- sha256sums = 18fcdf31060f8c8236c260c02443e9661753c3416732d5bc9fd019fed996621f
- sha256sums = 4548218c4b3b8ee1da3806f1b6e1d6c285a12335722add43abce71b599b6d518
+ source = frosh-plugin-upload-0.3.16.phar::https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/0.3.16/frosh-plugin-upload.phar
+ source = LICENSE-0.3.16::https://raw.githubusercontent.com/FriendsOfShopware/FroshPluginUploader/0.3.16/LICENSE
+ sha256sums = eed398f80a075bf33ad1cfaf71caa0f748cd81ad41536a8ac24c56f8b7418a91
+ sha256sums = 9648e2fef7056bf270b185946a47c0284e1ccae640282fb4339b5822e47e8391
pkgname = php-sw-frosh-plugin-uploader
diff --git a/PKGBUILD b/PKGBUILD
index 22c6ee447719..b772a2f8c6dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: <aur at shyim.de>
pkgname=php-sw-frosh-plugin-uploader
-pkgver=0.3.15
+pkgver=0.3.16
pkgrel=1
pkgdesc="Tool for uploading new plugin releases to Shopware Store"
arch=('any')
@@ -11,8 +11,8 @@ license=('MIT')
depends=('php>=7.4.0')
source=("frosh-plugin-upload-${pkgver}.phar::https://github.com/FriendsOfShopware/FroshPluginUploader/releases/download/${pkgver}/frosh-plugin-upload.phar"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/FriendsOfShopware/FroshPluginUploader/${pkgver}/LICENSE")
-sha256sums=('18fcdf31060f8c8236c260c02443e9661753c3416732d5bc9fd019fed996621f'
- '4548218c4b3b8ee1da3806f1b6e1d6c285a12335722add43abce71b599b6d518')
+sha256sums=('eed398f80a075bf33ad1cfaf71caa0f748cd81ad41536a8ac24c56f8b7418a91'
+ '9648e2fef7056bf270b185946a47c0284e1ccae640282fb4339b5822e47e8391')
package() {
install -D -m 644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"