summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-03-29 11:19:23 +0200
committersanduhrs2021-03-29 11:19:23 +0200
commit3913868b29203c3989ba4c335eff3f163b133e2d (patch)
tree3b128f863237f0c24b594f7f589cfb661558991a
parentf3a91813de807fec93ea933ec3d560fb306ea885 (diff)
downloadaur-3913868b29203c3989ba4c335eff3f163b133e2d.tar.gz
Update to upstream version 3.11.1 with updated checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5de7714fd9..36ab367a9816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = php-humbug-box-bin
pkgdesc = Fast, zero config application bundler with PHARs.
pkgver = 3.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/humbug/box
install = php-humbug-box.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = php-humbug-box-bin
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
- sha512sums = 7f77542bd721a4ea18bfce8887cc4472d29c58b493b7c29673a33059924b3affba5db84ec8c51751080aae9425050159bf239d6c13c85f0df11ae9bfea6aea28
+ sha512sums = cd0a8bc290e0cfb51367480938b31fa8706e441c8931a46ea9faac32c521a04fb7377d589aca8167e83071dbd6d21a23417e496049ea01734ced025c753f2808
sha512sums = 4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50
pkgname = php-humbug-box-bin
diff --git a/PKGBUILD b/PKGBUILD
index cafdb06ac64e..fef2b959145e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='php-humbug-box'
pkgname="${_pkgname}-bin"
pkgver=3.11.1
-pkgrel=1
+pkgrel=2
pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')
url='https://github.com/humbug/box'
@@ -16,7 +16,7 @@ source=(
"https://github.com/humbug/box/releases/download/${pkgver}/box.phar"
"https://raw.githubusercontent.com/humbug/box/${pkgver}/LICENSE"
)
-sha512sums=('7f77542bd721a4ea18bfce8887cc4472d29c58b493b7c29673a33059924b3affba5db84ec8c51751080aae9425050159bf239d6c13c85f0df11ae9bfea6aea28'
+sha512sums=('cd0a8bc290e0cfb51367480938b31fa8706e441c8931a46ea9faac32c521a04fb7377d589aca8167e83071dbd6d21a23417e496049ea01734ced025c753f2808'
'4574410c9a00c41e11d166bcc0d44b4e31b5beaf24bf498a608ebf611e86466a3a61549da6d608b714b3c32c5c361a1514baf38e4db2a5fc0a0d36b69169cb50')
package() {