summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-05-18 12:48:23 +0200
committersanduhrs2021-05-18 12:48:23 +0200
commit5ba5ef56eb0658fe5be42f60886deee9c4733b31 (patch)
tree25a092e30781be49d08b9c0aee247aa26e91f085
parent51c8a1190c611030ff3d33448b8656e2bc0e023c (diff)
downloadaur-5ba5ef56eb0658fe5be42f60886deee9c4733b31.tar.gz
Update to upstream version 3.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4e55f65634..2e9a5f60d95f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
- pkgver = 3.12.3
+ pkgver = 3.13.0
pkgrel = 1
url = https://github.com/humbug/box
install = php-humbug-box.install
@@ -8,8 +8,8 @@ pkgbase = php-humbug-box-bin
license = MIT
provides = php-box
conflicts = php-box
- source = https://github.com/humbug/box/releases/download/3.12.3/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.12.3/LICENSE
+ source = https://github.com/humbug/box/releases/download/3.13.0/box.phar
+ source = https://raw.githubusercontent.com/humbug/box/3.13.0/LICENSE
sha512sums = b593d908d562ce2e0f4cfeaf84cbc6fb315a777550844e381f07ed546640039e7d4e52f0a9cbf66c691cfaac4c43c5ffbcd4b69052bc07718383da4d74b23e14
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
diff --git a/PKGBUILD b/PKGBUILD
index 99b49ce6b5cc..c30ba1a155f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.12.3
+pkgver=3.13.0
pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')