summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2020-06-10 11:40:07 +0200
committerStefan Auditor2020-06-10 11:40:07 +0200
commit0572b4ff0d2c921e0f636272a098e3c0b2ccd48e (patch)
tree5fb456101df33fc797907d3fcc69b88d4de60de8
parentc8900e8e20cd59bc8d505476e19cfaa2b2c46ca9 (diff)
downloadaur-0572b4ff0d2c921e0f636272a098e3c0b2ccd48e.tar.gz
Update to upstream version 3.8.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785859bece1a..8f1eaa7113c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
- pkgver = 3.8.0
+ pkgver = 3.8.1
pkgrel = 1
url = https://github.com/humbug/box
install = php-humbug-box.install
arch = any
license = MIT
- source = https://github.com/humbug/box/releases/download/3.8.0/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.8.0/LICENSE
+ 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
sha512sums = 5e7855be0013797e05a451776eaa1be80702147fd8ad8b616e2ced18002f2582d8e6234f1b2054ae82b175f109300cd9d6855391d803e7613afa51dfab007109
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
diff --git a/PKGBUILD b/PKGBUILD
index 52333daa4894..fb68b2c4b674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.8.0
+pkgver=3.8.1
pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')