summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordorni2021-09-03 06:51:26 +0200
committerdorni2021-09-03 06:51:26 +0200
commit14210e6600c4d491fd417c9a2d507f1e6e305e0b (patch)
tree9e8ac1d99e468e84a6ee583690b35eee91a05b11
parent2d7bfde04fb8446610440547c56baf5a8ecb84f2 (diff)
downloadaur-14210e6600c4d491fd417c9a2d507f1e6e305e0b.tar.gz
Updated to version 1.66.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 784c235ccc85..45c67c334641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-blackfire
pkgdesc = Blackfire Profiler - PHP extension
- pkgver = 1.59.1
+ pkgver = 1.66.0
pkgrel = 0
url = https://blackfire.io
arch = i686
@@ -12,10 +12,9 @@ pkgbase = php-blackfire
backup = etc/php/conf.d/blackfire.ini
source = blackfire.ini
sha256sums = 43f82aea3877cc0133cf2278cb85d0c612cf1f6c869ad430cbaa2b2598f78f33
- source_i686 = blackfire.so-1.59.1_80_i686::http://packages.blackfire.io/binaries/blackfire-php/1.59.1/blackfire-php-linux_i386-php-80.so
- sha256sums_i686 = 971faecb9cfb5a3e5b2df69fa4ed33bbe9e9ca0149d456349fc0531076839c68
- source_x86_64 = blackfire.so-1.59.1_80_x86_64::http://packages.blackfire.io/binaries/blackfire-php/1.59.1/blackfire-php-linux_amd64-php-80.so
- sha256sums_x86_64 = ebac36e4077fad8967564fb19c186875e6e40cb17fe5d87ea7f4b05ac21eb0eb
+ source_i686 = blackfire.so-1.66.0_80_i686::http://packages.blackfire.io/binaries/blackfire-php/1.66.0/blackfire-php-linux_i386-php-80.so
+ sha256sums_i686 = f08eacee41a1f68e34d5a4e72ab68f5282dfcbac2d033a0730534b388d2fa215
+ source_x86_64 = blackfire.so-1.66.0_80_x86_64::http://packages.blackfire.io/binaries/blackfire-php/1.66.0/blackfire-php-linux_amd64-php-80.so
+ sha256sums_x86_64 = 2da2892886c38da3148a64c9f966284762c39f7646fd5aa36c3fde0fe6b6ff58
pkgname = php-blackfire
-
diff --git a/PKGBUILD b/PKGBUILD
index 288ab1b9131c..32e3ff581fcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jérôme Deuchnord <jerome@deuchnord.fr>
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=php-blackfire
-pkgver=1.59.1
+pkgver=1.66.0
pkgrel=0
pkgdesc='Blackfire Profiler - PHP extension'
arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@ source_i686=("blackfire.so-${pkgver}_${PHP_VERSION}_i686::http://packages.blackf
source_x86_64=("blackfire.so-${pkgver}_${PHP_VERSION}_x86_64::http://packages.blackfire.io/binaries/blackfire-php/${pkgver}/blackfire-php-linux_amd64-php-${PHP_VERSION}.so")
sha256sums=('43f82aea3877cc0133cf2278cb85d0c612cf1f6c869ad430cbaa2b2598f78f33')
-sha256sums_i686=('971faecb9cfb5a3e5b2df69fa4ed33bbe9e9ca0149d456349fc0531076839c68')
-sha256sums_x86_64=('ebac36e4077fad8967564fb19c186875e6e40cb17fe5d87ea7f4b05ac21eb0eb')
+sha256sums_i686=('f08eacee41a1f68e34d5a4e72ab68f5282dfcbac2d033a0730534b388d2fa215')
+sha256sums_x86_64=('2da2892886c38da3148a64c9f966284762c39f7646fd5aa36c3fde0fe6b6ff58')
package(){
install -Dm 644 blackfire.ini "$pkgdir"/etc/php/conf.d/blackfire.ini