summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-08-01 21:58:33 +1000
committerLeo2023-08-01 21:58:33 +1000
commit3dfeaf68be2458763bc0f16755c553b506e20200 (patch)
tree711bb5da912ee4c86b06ba99390714f08ebaca3c
parent6fa12bb47d4adb7e6881a5e70b35507d71d090fe (diff)
downloadaur-3dfeaf68be2458763bc0f16755c553b506e20200.tar.gz
New upstream version 0.11.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3cfcbf9b9ba..aee598915979 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.19
+ pkgver = 0.11.20
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.19/psysh-v0.11.19.tar.gz
- source = LICENSE_v0.11.19::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.19/LICENSE
- sha256sums = 48613e1b2507315ea0ce4646c1fed30e70c106751e2c18254b01b1ffe6885a4e
+ source = https://github.com/bobthecow/psysh/releases/download/v0.11.20/psysh-v0.11.20.tar.gz
+ source = LICENSE_v0.11.20::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.20/LICENSE
+ sha256sums = d5dd3bfea13aa9a9ac981924baec4863d620602ef080fdb540373922ef4472fe
sha256sums = SKIP
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index 0e4e320d18a2..6a3fc4720b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.11.19
+pkgver=0.11.20
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=(
- '48613e1b2507315ea0ce4646c1fed30e70c106751e2c18254b01b1ffe6885a4e'
+ 'd5dd3bfea13aa9a9ac981924baec4863d620602ef080fdb540373922ef4472fe'
'SKIP'
)