summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-05-06 08:36:45 +0800
committerLeo2022-05-06 08:36:45 +0800
commitd7f6e7a347fb6fc572f17267ec3950604bd4a86b (patch)
treee765da5e259928fc76f5e65f643b54f41cccdf71
parent868b11f4ee927c77a5d0c37f4806baf27de127ab (diff)
downloadaur-d7f6e7a347fb6fc572f17267ec3950604bd4a86b.tar.gz
New upstream version 0.11.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898825c26000..d3c2f59dbd03 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.2
+ pkgver = 0.11.3
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.2/psysh-v0.11.2.tar.gz
- source = LICENSE::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.2/LICENSE
- sha256sums = bbb553959c3d93b54358a18affc7f3170d1b8cdbba0cc1aca109c379d1e00968
+ source = https://github.com/bobthecow/psysh/releases/download/v0.11.3/psysh-v0.11.3.tar.gz
+ source = LICENSE::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.3/LICENSE
+ sha256sums = 534ca9802658ade50bd6ab58563aa779b9a23ff8f369ef6b2c581c33649b27f7
sha256sums = SKIP
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index d9f572036ef2..b792a8194afd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.11.2
+pkgver=0.11.3
pkgrel=1
pkgdesc="A runtime developer console, interactive debugger and REPL for PHP."
url="https://psysh.org/"
@@ -16,7 +16,7 @@ source=(
"LICENSE::https://raw.githubusercontent.com/bobthecow/psysh/v${pkgver}/LICENSE"
)
sha256sums=(
- 'bbb553959c3d93b54358a18affc7f3170d1b8cdbba0cc1aca109c379d1e00968'
+ '534ca9802658ade50bd6ab58563aa779b9a23ff8f369ef6b2c581c33649b27f7'
'SKIP'
)