summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2020-07-28 10:01:59 +0200
committerStefan Auditor2020-07-28 10:01:59 +0200
commit5bfb6b2808158a584ec5319abf89034de8cf1fd4 (patch)
tree84134525ee6d2807cb4ad1c0c939a0013efd1f98
parentf35ef9ca8eee9bd47d29dc82a72eb13f86b9743c (diff)
downloadaur-5bfb6b2808158a584ec5319abf89034de8cf1fd4.tar.gz
Update to upstream version 3.8.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ff98f976db..69aba113a7c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
- pkgver = 3.8.4
- pkgrel = 2
+ pkgver = 3.8.5
+ pkgrel = 1
url = https://github.com/humbug/box
install = php-humbug-box.install
arch = any
license = MIT
provides = php-box
conflicts = php-box
- source = https://github.com/humbug/box/releases/download/3.8.4/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.8.4/LICENSE
- sha512sums = 408d6137c217012f9b581e90266d8a9afa723ef46568380eee452fd64989bbe78565002df8fc140758affa41b83d1bc0168242daad153fb17663f850a3ea1f34
+ 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
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
pkgname = php-humbug-box-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a604ba4eb0f..cc3cc47c3618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.8.4
-pkgrel=2
+pkgver=3.8.5
+pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')
url='https://github.com/humbug/box'
@@ -16,7 +16,7 @@ source=(
"https://github.com/humbug/box/releases/download/${pkgver}/box.phar"
"https://raw.githubusercontent.com/humbug/box/${pkgver}/LICENSE"
)
-sha512sums=('408d6137c217012f9b581e90266d8a9afa723ef46568380eee452fd64989bbe78565002df8fc140758affa41b83d1bc0168242daad153fb17663f850a3ea1f34'
+sha512sums=('aa44f6d951d9604f295aeade4320e4705062dea9974f1d98dca4eb372fa3cf2f7d658d38e5ee8f8b7b2d2591b201bbcc4b9ff05b1c6ee6bb368c1e49b11f3516'
'4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50')
package() {