summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-03-29 10:59:24 +0200
committersanduhrs2021-03-29 10:59:33 +0200
commit6886304c5d8f7ded7b2160e3d6193ef57a64138e (patch)
tree8778511587a0951dd46e584f16bc4486ccad96b2
parent5bfb6b2808158a584ec5319abf89034de8cf1fd4 (diff)
downloadaur-6886304c5d8f7ded7b2160e3d6193ef57a64138e.tar.gz
Update to upstream version 3.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69aba113a7c9..8af2c4fd8fbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
- pkgver = 3.8.5
+ pkgver = 3.9.0
pkgrel = 1
url = https://github.com/humbug/box
install = php-humbug-box.install
@@ -8,9 +8,9 @@ pkgbase = php-humbug-box-bin
license = MIT
provides = php-box
conflicts = php-box
- source = https://github.com/humbug/box/releases/download/3.8.5/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.8.5/LICENSE
- sha512sums = aa44f6d951d9604f295aeade4320e4705062dea9974f1d98dca4eb372fa3cf2f7d658d38e5ee8f8b7b2d2591b201bbcc4b9ff05b1c6ee6bb368c1e49b11f3516
+ source = https://github.com/humbug/box/releases/download/3.9.0/box.phar
+ source = https://raw.githubusercontent.com/humbug/box/3.9.0/LICENSE
+ sha512sums = 7f77542bd721a4ea18bfce8887cc4472d29c58b493b7c29673a33059924b3affba5db84ec8c51751080aae9425050159bf239d6c13c85f0df11ae9bfea6aea28
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
pkgname = php-humbug-box-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc3cc47c3618..450e3f1e2ea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.8.5
+pkgver=3.9.0
pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')
@@ -16,7 +16,7 @@ source=(
"https://github.com/humbug/box/releases/download/${pkgver}/box.phar"
"https://raw.githubusercontent.com/humbug/box/${pkgver}/LICENSE"
)
-sha512sums=('aa44f6d951d9604f295aeade4320e4705062dea9974f1d98dca4eb372fa3cf2f7d658d38e5ee8f8b7b2d2591b201bbcc4b9ff05b1c6ee6bb368c1e49b11f3516'
+sha512sums=('7f77542bd721a4ea18bfce8887cc4472d29c58b493b7c29673a33059924b3affba5db84ec8c51751080aae9425050159bf239d6c13c85f0df11ae9bfea6aea28'
'4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50')
package() {