summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-11-19 14:24:19 +1100
committerLeo2022-11-19 14:24:19 +1100
commite1ada0732920c81f12faf474568619ea6c9b71d5 (patch)
treef9b32ccbc07e543963c59709cc0e35e19c606c01
parent9af85082d61fdd800dabaa3c336c572d25120a95 (diff)
downloadaur-e1ada0732920c81f12faf474568619ea6c9b71d5.tar.gz
New upstream version 0.11.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa4952d20db..de5df6e979b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = psysh
pkgdesc = A runtime developer console, interactive debugger and REPL for PHP.
- pkgver = 0.11.8
+ pkgver = 0.11.9
pkgrel = 1
url = https://psysh.org/
install = .install
arch = x86_64
license = MIT
- depends = php>=7.0
- source = https://github.com/bobthecow/psysh/releases/download/v0.11.8/psysh-v0.11.8.tar.gz
- source = LICENSE::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.8/LICENSE
- sha256sums = 54ad5edea40668de8a73fe5d51a1b0ac702a93dca2242c1b5b6f71ea2ea71d0e
+ depends = php>=7.0.8
+ source = https://github.com/bobthecow/psysh/releases/download/v0.11.9/psysh-v0.11.9.tar.gz
+ source = LICENSE::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.9/LICENSE
+ sha256sums = a02c1661bd30544d076736c1c9846774a5d220c62d7ad57139da5f172cf447dd
sha256sums = SKIP
pkgname = psysh
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'
)