summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52022b13ae56..f25e1b932e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = psysh
pkgdesc = A runtime developer console, interactive debugger and REPL for PHP.
- pkgver = 0.12.2
+ pkgver = 0.12.3
pkgrel = 1
url = https://psysh.org/
install = .install
arch = x86_64
license = MIT
depends = php>=7.4
- source = https://github.com/bobthecow/psysh/releases/download/v0.12.2/psysh-v0.12.2.tar.gz
- source = LICENSE_v0.12.2::https://raw.githubusercontent.com/bobthecow/psysh/v0.12.2/LICENSE
- sha256sums = 18c4f9001833fbbb9c3dd123deea652c98e7f2f9feaec12073c4afa4213dd806
+ source = https://github.com/bobthecow/psysh/releases/download/v0.12.3/psysh-v0.12.3.tar.gz
+ source = LICENSE_v0.12.3::https://raw.githubusercontent.com/bobthecow/psysh/v0.12.3/LICENSE
+ sha256sums = 49147b029193027653a75b361881e7a5271905019d377fd901ba5c48a4b1685d
sha256sums = SKIP
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index 966bd782ffcc..ce46eef9bd41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.12.2
+pkgver=0.12.3
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=(
- '18c4f9001833fbbb9c3dd123deea652c98e7f2f9feaec12073c4afa4213dd806'
+ '49147b029193027653a75b361881e7a5271905019d377fd901ba5c48a4b1685d'
'SKIP'
)