summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2020-06-10 11:40:24 +0200
committerStefan Auditor2020-06-10 11:40:24 +0200
commit89767fd6fe1ccc8c0e8f75eeb79747fd09137a11 (patch)
tree92c1ccdc2be99d0528e028ca67eb6ad570ecc6b1
parent0572b4ff0d2c921e0f636272a098e3c0b2ccd48e (diff)
downloadaur-89767fd6fe1ccc8c0e8f75eeb79747fd09137a11.tar.gz
Update to upstream version 3.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f1eaa7113c6..cff9f7f07434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
- pkgver = 3.8.1
+ pkgver = 3.8.2
pkgrel = 1
url = https://github.com/humbug/box
install = php-humbug-box.install
arch = any
license = MIT
conflicts = php-box
- source = https://github.com/humbug/box/releases/download/3.8.1/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.8.1/LICENSE
+ source = https://github.com/humbug/box/releases/download/3.8.2/box.phar
+ source = https://raw.githubusercontent.com/humbug/box/3.8.2/LICENSE
sha512sums = 5e7855be0013797e05a451776eaa1be80702147fd8ad8b616e2ced18002f2582d8e6234f1b2054ae82b175f109300cd9d6855391d803e7613afa51dfab007109
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
diff --git a/PKGBUILD b/PKGBUILD
index fb68b2c4b674..0905f45de9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.8.1
+pkgver=3.8.2
pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')