summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3cb1c026389..1e8d460d82d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 20 20:08:19 UTC 2016
+# Sat Jan 21 04:33:05 UTC 2017
pkgbase = php-blackfire
pkgdesc = Blackfire Profiler - PHP extension
- pkgver = 1.14.1
+ pkgver = 1.14.2
pkgrel = 1
url = https://blackfire.io
arch = i686
@@ -12,10 +12,10 @@ pkgbase = php-blackfire
backup = etc/php/conf.d/blackfire.ini
source = blackfire.ini
sha256sums = 43f82aea3877cc0133cf2278cb85d0c612cf1f6c869ad430cbaa2b2598f78f33
- source_i686 = blackfire.so-1.14.1_70_i686::http://packages.blackfire.io/binaries/blackfire-php/1.14.1/blackfire-php-linux_i386-php-70.so
- sha256sums_i686 = e3e46ab8e7ad13117689fa35226030aa090dbed6208a926ae77f0a0748ef82bf
- source_x86_64 = blackfire.so-1.14.1_70_x86_64::http://packages.blackfire.io/binaries/blackfire-php/1.14.1/blackfire-php-linux_amd64-php-70.so
- sha256sums_x86_64 = b509297aae8eca03843273e64eefc2a6be95a5cad32a29cf41a9bde76fe6ac01
+ source_i686 = blackfire.so-1.14.2_71_i686::http://packages.blackfire.io/binaries/blackfire-php/1.14.2/blackfire-php-linux_i386-php-71.so
+ sha256sums_i686 = ccc80571a5af6eedc34a6a55e8e45c3654114a9fc11774f14a4e05e60d99a5be
+ source_x86_64 = blackfire.so-1.14.2_71_x86_64::http://packages.blackfire.io/binaries/blackfire-php/1.14.2/blackfire-php-linux_amd64-php-71.so
+ sha256sums_x86_64 = f120441b8db8d1d23780a40b2b36ef0c551d7b207ee0d3cdad76e70684513ef6
pkgname = php-blackfire
diff --git a/PKGBUILD b/PKGBUILD
index 893d29229b50..3f5d4019b15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=php-blackfire
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc='Blackfire Profiler - PHP extension'
arch=('i686' 'x86_64')
@@ -10,14 +10,14 @@ backup=('etc/php/conf.d/blackfire.ini')
depends=('glibc')
source=('blackfire.ini')
-source_i686=("blackfire.so-${pkgver}_70_i686::http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_i386-php-70.so")
-source_x86_64=("blackfire.so-${pkgver}_70_x86_64::http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_amd64-php-70.so")
+source_i686=("blackfire.so-${pkgver}_71_i686::http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_i386-php-71.so")
+source_x86_64=("blackfire.so-${pkgver}_71_x86_64::http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_amd64-php-71.so")
sha256sums=('43f82aea3877cc0133cf2278cb85d0c612cf1f6c869ad430cbaa2b2598f78f33')
-sha256sums_i686=('e3e46ab8e7ad13117689fa35226030aa090dbed6208a926ae77f0a0748ef82bf')
-sha256sums_x86_64=('b509297aae8eca03843273e64eefc2a6be95a5cad32a29cf41a9bde76fe6ac01')
+sha256sums_i686=('ccc80571a5af6eedc34a6a55e8e45c3654114a9fc11774f14a4e05e60d99a5be')
+sha256sums_x86_64=('f120441b8db8d1d23780a40b2b36ef0c551d7b207ee0d3cdad76e70684513ef6')
package(){
install -Dm 644 blackfire.ini "$pkgdir"/etc/php/conf.d/blackfire.ini
- install -Dm 755 blackfire.so-${pkgver}_70_$CARCH "$pkgdir"/usr/lib/php/modules/blackfire.so
+ install -Dm 755 blackfire.so-${pkgver}_71_$CARCH "$pkgdir"/usr/lib/php/modules/blackfire.so
}