summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-03-29 11:15:54 +0200
committersanduhrs2021-03-29 11:15:54 +0200
commitf3a91813de807fec93ea933ec3d560fb306ea885 (patch)
tree14a5e2e7cf1950d24c3bfb83eb023d94d94d452d
parentb13ee5b9259811fbc2725d316bff3ca4f9722056 (diff)
downloadaur-f3a91813de807fec93ea933ec3d560fb306ea885.tar.gz
Revert "Update to upstream version 3.12.0" because of missing box.phar
This reverts commit b13ee5b9259811fbc2725d316bff3ca4f9722056.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d421fa68fac..8b5de7714fd9 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.11.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.11.1/box.phar
+ source = https://raw.githubusercontent.com/humbug/box/3.11.1/LICENSE
sha512sums = 7f77542bd721a4ea18bfce8887cc4472d29c58b493b7c29673a33059924b3affba5db84ec8c51751080aae9425050159bf239d6c13c85f0df11ae9bfea6aea28
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
diff --git a/PKGBUILD b/PKGBUILD
index fb2438bda190..cafdb06ac64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
-pkgver=3.12.0
+pkgver=3.11.1
pkgrel=1
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')