summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-05-01 10:01:51 +0200
committersanduhrs2021-05-01 10:01:51 +0200
commitad857cf724aacd954e6bee3374191f4f872bdc45 (patch)
tree78651e7188840f5fc2ad0ace2dd3a65aae225631
parent3887bcb84de984a4c9108de04caf427f2e72a13d (diff)
downloadaur-ad857cf724aacd954e6bee3374191f4f872bdc45.tar.gz
Update to upstream version 3.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68683f45022e..f5e626ccdb54 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.0
+ pkgver = 3.12.1
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.0/box.phar
- source = https://raw.githubusercontent.com/humbug/box/3.12.0/LICENSE
+ source = https://github.com/humbug/box/releases/download/3.12.1/box.phar
+ source = https://raw.githubusercontent.com/humbug/box/3.12.1/LICENSE
sha512sums = cd0a8bc290e0cfb51367480938b31fa8706e441c8931a46ea9faac32c521a04fb7377d589aca8167e83071dbd6d21a23417e496049ea01734ced025c753f2808
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
diff --git a/PKGBUILD b/PKGBUILD
index fd9f9d88fd97..157dac50c143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.12.0
+pkgver=3.12.1
pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')