summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Freitag2018-07-03 11:58:19 -0700
committerFrançois Freitag2018-07-03 11:58:19 -0700
commit44c803a2a18ee5e95802ff5f25230562872617fb (patch)
tree2ce0558b9a21552971e69e287d4e17d6082478e3
parentde221fd0428d922ebdc5f011390f76c9704bc319 (diff)
downloadaur-44c803a2a18ee5e95802ff5f25230562872617fb.tar.gz
2.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db485f74eb38..747a227a154a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-igbinary
pkgdesc = Igbinary is a drop in replacement for the standard php serializer.
- pkgver = 2.0.6
+ pkgver = 2.0.7
pkgrel = 1
url = https://github.com/igbinary/igbinary
arch = any
@@ -8,8 +8,8 @@ pkgbase = php-igbinary
depends = php
conflicts = php-igbinary-git
backup = etc/php/conf.d/igbinary.ini
- source = php-igbinary-2.0.6-1.tar.gz::https://github.com/igbinary/igbinary/archive/2.0.6.tar.gz
- sha256sums = c96ae44baa4290431f1977316f2e78aca44698c07258777584260db19aa6dac2
+ source = php-igbinary-2.0.7-1.tar.gz::https://github.com/igbinary/igbinary/archive/2.0.7.tar.gz
+ sha256sums = 568d96d6908a24a3ee9a121dba2e785986bcd766bb149343d38d76d3f7209653
pkgname = php-igbinary
diff --git a/PKGBUILD b/PKGBUILD
index 116ca054f484..1b98ba9d9735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: François Freitag <mail@franek.fr>
pkgname=php-igbinary
_pkgname=igbinary
-pkgver=2.0.6
+pkgver=2.0.7
pkgrel=1
pkgdesc="Igbinary is a drop in replacement for the standard php serializer."
arch=('any')
@@ -11,7 +11,7 @@ depends=(php)
conflicts=(php-igbinary-git)
backup=("etc/php/conf.d/igbinary.ini")
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c96ae44baa4290431f1977316f2e78aca44698c07258777584260db19aa6dac2')
+sha256sums=('568d96d6908a24a3ee9a121dba2e785986bcd766bb149343d38d76d3f7209653')
build() {
cd "${_pkgname}-${pkgver}"