summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-10-15 20:38:31 +1100
committerLeo2023-10-15 20:38:31 +1100
commit4623ea26eae30d581c1ecff484ca15c1947c20d3 (patch)
tree877d1e495e1161a72bbe8d6d0d33c59f9a6b707a
parentfc84986f7d5d6a75132399c69d907de22e15a0cb (diff)
downloadaur-4623ea26eae30d581c1ecff484ca15c1947c20d3.tar.gz
New upstream version 0.11.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d0ce2470a77..926e8304309f 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.21
+ pkgver = 0.11.22
pkgrel = 1
url = https://psysh.org/
install = .install
arch = x86_64
license = MIT
depends = php>=7.0.8
- source = https://github.com/bobthecow/psysh/releases/download/v0.11.21/psysh-v0.11.21.tar.gz
- source = LICENSE_v0.11.21::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.21/LICENSE
- sha256sums = b6e82d64ea94def2e82b6da8773c6ce848c3165ae398108ca66df6a369625639
+ source = https://github.com/bobthecow/psysh/releases/download/v0.11.22/psysh-v0.11.22.tar.gz
+ source = LICENSE_v0.11.22::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.22/LICENSE
+ sha256sums = 2db70222b2eae83bda07a7799490708a2934033418cf8b191ef295dc46b533ca
sha256sums = SKIP
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index f5c412bf8e61..7f03ed707041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.11.21
+pkgver=0.11.22
pkgrel=1
pkgdesc="A runtime developer console, interactive debugger and REPL for PHP."
url="https://psysh.org/"
@@ -16,7 +16,7 @@ source=(
"LICENSE_v${pkgver}::https://raw.githubusercontent.com/bobthecow/psysh/v${pkgver}/LICENSE"
)
sha256sums=(
- 'b6e82d64ea94def2e82b6da8773c6ce848c3165ae398108ca66df6a369625639'
+ '2db70222b2eae83bda07a7799490708a2934033418cf8b191ef295dc46b533ca'
'SKIP'
)