summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-05-01 10:02:33 +0200
committersanduhrs2021-05-01 10:02:33 +0200
commited44dab704824669da43bb7d1a75878216dd6769 (patch)
treef35213ef1007a15fbd0cda5bf530e50a93ea3b58
parentad857cf724aacd954e6bee3374191f4f872bdc45 (diff)
downloadaur-ed44dab704824669da43bb7d1a75878216dd6769.tar.gz
Update to upstream version 3.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5e626ccdb54..d40fec5aa4ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
- pkgver = 3.12.1
+ pkgver = 3.12.2
pkgrel = 1
url = https://github.com/humbug/box
install = php-humbug-box.install
@@ -8,8 +8,8 @@ pkgbase = php-humbug-box-bin
license = MIT
provides = php-box
conflicts = php-box
- source = https://github.com/humbug/box/releases/download/3.12.1/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.12.1/LICENSE
+ source = https://github.com/humbug/box/releases/download/3.12.2/box.phar
+ source = https://raw.githubusercontent.com/humbug/box/3.12.2/LICENSE
sha512sums = cd0a8bc290e0cfb51367480938b31fa8706e441c8931a46ea9faac32c521a04fb7377d589aca8167e83071dbd6d21a23417e496049ea01734ced025c753f2808
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
diff --git a/PKGBUILD b/PKGBUILD
index 157dac50c143..e6b50c27f324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.12.1
+pkgver=3.12.2
pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')