summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2018-03-01 08:45:52 +0100
committerJohannes Schleifenbaum2018-03-01 08:45:52 +0100
commit31f748acfe3311c790ce49d90363bf6bd59fa949 (patch)
tree8a198326ddc84e07916cc54a4fd1bcf8540ebd90
parent1271efe275a5313536f93f75968b8398eb61780a (diff)
downloadaur-31f748acfe3311c790ce49d90363bf6bd59fa949.tar.gz
upgpkg: php-security-checker 4.1.8-1
upstream release Version 4.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c62d443ef34f..0cfa726287fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-security-checker
pkgdesc = PHP frontend for security.sensiolabs.org
- pkgver = 4.1.7
+ pkgver = 4.1.8
pkgrel = 1
url = https://github.com/sensiolabs/security-checker
arch = any
@@ -8,8 +8,8 @@ pkgbase = php-security-checker
makedepends = php-box
makedepends = php-composer
depends = php>=5.3.3
- source = https://github.com/sensiolabs/security-checker/archive/v4.1.7.zip
- sha256sums = 4936a06f6478a128e519251580cbccbd995e713c4c6fc4be8773e0bd106c0700
+ source = https://github.com/sensiolabs/security-checker/archive/v4.1.8.zip
+ sha256sums = accf7fae7ea8db0d7d8a7ba2b261bd933176f88419b4b9498c48371602c9bea3
pkgname = php-security-checker
diff --git a/PKGBUILD b/PKGBUILD
index c0f7cd88b8ec..1791e8722a6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=security-checker
pkgname="php-${_pkgbase}"
-pkgver=4.1.7
+pkgver=4.1.8
pkgrel=1
pkgdesc="PHP frontend for security.sensiolabs.org"
url="https://github.com/sensiolabs/security-checker"
@@ -15,7 +15,7 @@ source=(
"https://github.com/sensiolabs/${_pkgbase}/archive/v${pkgver}.zip"
)
sha256sums=(
- "4936a06f6478a128e519251580cbccbd995e713c4c6fc4be8773e0bd106c0700"
+ "accf7fae7ea8db0d7d8a7ba2b261bd933176f88419b4b9498c48371602c9bea3"
)
build() {