summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Schürmann2017-06-21 09:45:17 +0200
committerJonas Schürmann2017-06-21 09:45:17 +0200
commit810b5765f9241edb8e7e962c60b229d39010ff2e (patch)
tree12701e9bcd55b68bc65d85f61ce6a97adbafae6b
parent52d657c5020707936e473a5676a16c836d40e2e7 (diff)
downloadaur-810b5765f9241edb8e7e962c60b229d39010ff2e.tar.gz
Upgrade to 0.8.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d8c61969fe4..dade7dc2e7b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psysh
pkgdesc = PsySH is a runtime developer console, interactive debugger and REPL for PHP.
- pkgver = 0.8.6
+ pkgver = 0.8.7
pkgrel = 1
url = http://psysh.org
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = psysh
depends = php
optdepends = mariadb: mysql command support
provides = psysh
- source = https://github.com/bobthecow/psysh/releases/download/v0.8.6/psysh-v0.8.6.tar.gz
+ source = https://github.com/bobthecow/psysh/releases/download/v0.8.7/psysh-v0.8.7.tar.gz
source = https://raw.githubusercontent.com/bobthecow/psysh/master/LICENSE
- sha256sums = f7c6e3d710a669159556ea34565db9ce6c88e28fe81d45258b6e04dfa4ff52c5
+ sha256sums = 35a508d8138892aeba0619bd925da21663b11d8e7291a280b2b4e275b58be968
sha256sums = ffe06af119d0b31e8d5bcfd219648d071023380fb3006b6b07017902ef632ad1
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index 03e0662a9295..3933273f385f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Schürmann <jonasschuermann@aol.de>
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.8.6
+pkgver=0.8.7
pkgrel=1
pkgdesc="PsySH is a runtime developer console, interactive debugger and REPL for PHP."
url="http://psysh.org"
@@ -12,7 +12,7 @@ provides=('psysh')
optdepends=('mariadb: mysql command support')
source=("https://github.com/bobthecow/psysh/releases/download/v${pkgver}/psysh-v${pkgver}.tar.gz"
'https://raw.githubusercontent.com/bobthecow/psysh/master/LICENSE')
-sha256sums=('c0a18ca3699837341d16014f5613d966a59ed9c418b8d411e8e0d13ad3c2f5dd'
+sha256sums=('35a508d8138892aeba0619bd925da21663b11d8e7291a280b2b4e275b58be968'
'ffe06af119d0b31e8d5bcfd219648d071023380fb3006b6b07017902ef632ad1')
package() {