summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Richards2017-06-02 09:13:00 -0400
committerTom Richards2017-06-02 09:13:00 -0400
commit5f76ca51e2c604e90621a000c034c5e356a83447 (patch)
treee4a33192cf4bb998c73d47c376708163c3623ecf /PKGBUILD
parent958f806d2815b5b615d0bbd8f23126b408ea97e6 (diff)
downloadaur-5f76ca51e2c604e90621a000c034c5e356a83447.tar.gz
Update to 0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"