summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-07-18 14:22:37 +1000
committerLeo2023-07-18 14:22:37 +1000
commit6fa12bb47d4adb7e6881a5e70b35507d71d090fe (patch)
tree72da596810a217d1ac70f6d1d1325e91c75f8d39
parent675256cc97028284066943403caf3f094d4bf3bd (diff)
downloadaur-6fa12bb47d4adb7e6881a5e70b35507d71d090fe.tar.gz
New upstream version 0.11.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 906898680d6e..b3cfcbf9b9ba 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.18
+ pkgver = 0.11.19
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.18/psysh-v0.11.18.tar.gz
- source = LICENSE_v0.11.18::https://raw.githubusercontent.com/bobthecow/psysh/v0.11.18/LICENSE
- sha256sums = ae8a27241a4c5ce02c6bf2323e7de44755521c7fe450916e514ea6c9523b63e0
+ 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
sha256sums = SKIP
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index 5c7fbb355e62..0e4e320d18a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
-pkgver=0.11.18
+pkgver=0.11.19
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=(
- 'ae8a27241a4c5ce02c6bf2323e7de44755521c7fe450916e514ea6c9523b63e0'
+ '48613e1b2507315ea0ce4646c1fed30e70c106751e2c18254b01b1ffe6885a4e'
'SKIP'
)