summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-05-01 10:01:25 +0200
committersanduhrs2021-05-01 10:01:25 +0200
commit3887bcb84de984a4c9108de04caf427f2e72a13d (patch)
treec202ecac7441a720a898771ea60750966891ea77
parent3913868b29203c3989ba4c335eff3f163b133e2d (diff)
downloadaur-3887bcb84de984a4c9108de04caf427f2e72a13d.tar.gz
Update to upstream version 3.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ab367a9816..68683f45022e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
- pkgver = 3.11.1
- pkgrel = 2
+ pkgver = 3.12.0
+ 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.11.1/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.11.1/LICENSE
+ source = https://github.com/humbug/box/releases/download/3.12.0/box.phar
+ source = https://raw.githubusercontent.com/humbug/box/3.12.0/LICENSE
sha512sums = cd0a8bc290e0cfb51367480938b31fa8706e441c8931a46ea9faac32c521a04fb7377d589aca8167e83071dbd6d21a23417e496049ea01734ced025c753f2808
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
diff --git a/PKGBUILD b/PKGBUILD
index fef2b959145e..fd9f9d88fd97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.11.1
-pkgrel=2
+pkgver=3.12.0
+pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')
url='https://github.com/humbug/box'