summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo2022-11-19 14:24:19 +1100
committerLeo2022-11-19 14:24:19 +1100
commite1ada0732920c81f12faf474568619ea6c9b71d5 (patch)
treef9b32ccbc07e543963c59709cc0e35e19c606c01 /PKGBUILD
parent9af85082d61fdd800dabaa3c336c572d25120a95 (diff)
downloadaur-e1ada0732920c81f12faf474568619ea6c9b71d5.tar.gz
New upstream version 0.11.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98513ea0f727..4a65592fa47b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.11.8
+pkgver=0.11.9
pkgrel=1
pkgdesc="A runtime developer console, interactive debugger and REPL for PHP."
url="https://psysh.org/"
arch=('x86_64')
license=('MIT')
-depends=('php>=7.0')
+depends=('php>=7.0.8')
install=.install
source=(
"https://github.com/bobthecow/psysh/releases/download/v${pkgver}/psysh-v${pkgver}.tar.gz"
"LICENSE::https://raw.githubusercontent.com/bobthecow/psysh/v${pkgver}/LICENSE"
)
sha256sums=(
- '54ad5edea40668de8a73fe5d51a1b0ac702a93dca2242c1b5b6f71ea2ea71d0e'
+ 'a02c1661bd30544d076736c1c9846774a5d220c62d7ad57139da5f172cf447dd'
'SKIP'
)