summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Schürmann2018-01-24 09:37:38 +0100
committerJonas Schürmann2018-01-24 09:37:38 +0100
commit1694c5454adf8b6a11476dfc7c5b78644261a623 (patch)
tree3ab39024661a52e452d080e91a18042431dfe215
parent52987c48c77e6fffc2dcd74fa9afd0d3042d7f19 (diff)
downloadaur-1694c5454adf8b6a11476dfc7c5b78644261a623.tar.gz
Fix sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49cc8bef970..88c596f9f412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psysh
pkgdesc = PsySH is a runtime developer console, interactive debugger and REPL for PHP.
pkgver = 0.8.17
- pkgrel = 1
+ pkgrel = 2
url = http://psysh.org
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = psysh
provides = psysh
source = https://github.com/bobthecow/psysh/releases/download/v0.8.17/psysh-v0.8.17.tar.gz
source = https://raw.githubusercontent.com/bobthecow/psysh/master/LICENSE
- sha256sums = 30acec35fb63e9fc2d210003eaf13cd8407120f7b0c47dcf581f99487103b0a3
+ sha256sums = b250386d7b0ec1db6d2d029a20d2a08e8c64afd06ed6af0bf17a39f92de0a9e6
sha256sums = ffe06af119d0b31e8d5bcfd219648d071023380fb3006b6b07017902ef632ad1
pkgname = psysh
diff --git a/PKGBUILD b/PKGBUILD
index 3d2348223bed..775a3d40cd38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
pkgver=0.8.17
-pkgrel=1
+pkgrel=2
pkgdesc="PsySH is a runtime developer console, interactive debugger and REPL for PHP."
url="http://psysh.org"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ provides=('psysh')
optdepends=('mariadb: mysql command support')
source=("https://github.com/bobthecow/psysh/releases/download/v${pkgver}/psysh-v${pkgver}.tar.gz"
'https://raw.githubusercontent.com/bobthecow/psysh/master/LICENSE')
-sha256sums=('30acec35fb63e9fc2d210003eaf13cd8407120f7b0c47dcf581f99487103b0a3'
+sha256sums=('b250386d7b0ec1db6d2d029a20d2a08e8c64afd06ed6af0bf17a39f92de0a9e6'
'ffe06af119d0b31e8d5bcfd219648d071023380fb3006b6b07017902ef632ad1')
package() {