summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Richards2017-06-02 09:13:00 -0400
committerTom Richards2017-06-02 09:13:00 -0400
commit5f76ca51e2c604e90621a000c034c5e356a83447 (patch)
treee4a33192cf4bb998c73d47c376708163c3623ecf
parent958f806d2815b5b615d0bbd8f23126b408ea97e6 (diff)
downloadaur-5f76ca51e2c604e90621a000c034c5e356a83447.tar.gz
Update to 0.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c53692657ff1..b3004583a8b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Jun 2 13:11:43 UTC 2017
pkgbase = php-vld
pkgdesc = The Vulcan Logic Dumper hooks into the Zend Engine and dumps all the opcodes (execution units) of a script.
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = http://derickrethans.nl/projects.html#vld
arch = x86
arch = x86_64
license = BSD
makedepends = php
- source = https://github.com/derickr/vld/archive/VLD_0_13_0.tar.gz
- sha256sums = 9b8eaac66309d4a869f17e72862baf90af13766ecf30975288a4bb1c944ed57a
+ source = https://github.com/derickr/vld/archive/VLD_0_14_0.tar.gz
+ sha256sums = 94b71b29164b31f8dc2e98193a05eaa2fceb41c11823fdf8710cfdf244df4873
pkgname = php-vld
diff --git a/PKGBUILD b/PKGBUILD
index ceaf610f4a37..e5668c3627c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Tom Richards <tom@tomrichards.net>
# https://github.com/t-richards/aur-php-vld
_pkgname=vld
-_pkgver=VLD_0_13_0
+_pkgver=VLD_0_14_0
pkgname=php-vld
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="The Vulcan Logic Dumper hooks into the Zend Engine and dumps all the opcodes (execution units) of a script."
arch=('x86' 'x86_64')
url="http://derickrethans.nl/projects.html#vld"
license=('BSD')
makedepends=('php')
-source=("https://github.com/derickr/vld/archive/VLD_0_13_0.tar.gz")
-sha256sums=('9b8eaac66309d4a869f17e72862baf90af13766ecf30975288a4bb1c944ed57a')
+source=("https://github.com/derickr/vld/archive/VLD_0_14_0.tar.gz")
+sha256sums=('94b71b29164b31f8dc2e98193a05eaa2fceb41c11823fdf8710cfdf244df4873')
build() {
cd "$_pkgname-$_pkgver"