summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-03-01 00:02:45 +0800
committerLeo2022-03-01 00:02:45 +0800
commit868b11f4ee927c77a5d0c37f4806baf27de127ab (patch)
tree5803526329dd0fea721f5057c244c58c11d6753a
parent9bb01fb1c07198d2ef6c06a0fbfca868d7f34083 (diff)
downloadaur-868b11f4ee927c77a5d0c37f4806baf27de127ab.tar.gz
New upstream version 0.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b62bf32f40..898825c26000 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.1
+ pkgver = 0.11.2
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.1/psysh-v0.11.1.tar.gz
- source = LICENSE::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.1/LICENSE
- sha256sums = 3a211723b015702e6e74849f278d76f393812fcda649dd576f9aa156d1b8a7d2
+ 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
sha256sums = SKIP
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index 74084b6344fb..d9f572036ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.11.1
+pkgver=0.11.2
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=(
- '3a211723b015702e6e74849f278d76f393812fcda649dd576f9aa156d1b8a7d2'
+ 'bbb553959c3d93b54358a18affc7f3170d1b8cdbba0cc1aca109c379d1e00968'
'SKIP'
)