summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c596f9f412..1c76dee920bd 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.17
+ pkgver = 0.9.3
pkgrel = 2
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.17/psysh-v0.8.17.tar.gz
+ source = https://github.com/bobthecow/psysh/releases/download/v0.9.3/psysh-v0.9.3.tar.gz
source = https://raw.githubusercontent.com/bobthecow/psysh/master/LICENSE
- sha256sums = b250386d7b0ec1db6d2d029a20d2a08e8c64afd06ed6af0bf17a39f92de0a9e6
+ sha256sums = c20b3d6f124f0df61553183552c3774d5eabba6f43f97c5ab12c828d1216b0b6
sha256sums = ffe06af119d0b31e8d5bcfd219648d071023380fb3006b6b07017902ef632ad1
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index 775a3d40cd38..0e31aba4fa86 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.17
+pkgver=0.9.3
pkgrel=2
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=('b250386d7b0ec1db6d2d029a20d2a08e8c64afd06ed6af0bf17a39f92de0a9e6'
+sha256sums=('c20b3d6f124f0df61553183552c3774d5eabba6f43f97c5ab12c828d1216b0b6'
'ffe06af119d0b31e8d5bcfd219648d071023380fb3006b6b07017902ef632ad1')
package() {