summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2018-01-11 09:07:34 +0100
committerJohannes Schleifenbaum2018-01-11 09:07:34 +0100
commit1271efe275a5313536f93f75968b8398eb61780a (patch)
treeedf2686106ed11fbaacb0e7b2af81a3c94b3da03
parentfa9ef7cffaa85e1ac20b753cadf203a4bf6a1f0d (diff)
downloadaur-1271efe275a5313536f93f75968b8398eb61780a.tar.gz
upgpkg: php-security-checker 4.1.7-1
upstream release Version 4.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5709a813ef36..c62d443ef34f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-security-checker
pkgdesc = PHP frontend for security.sensiolabs.org
- pkgver = 4.1.6
+ pkgver = 4.1.7
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.6.zip
- sha256sums = 2d30adca71ac11e77f01804584816ddfb8a1e7a9ef50f81213230971a59e2cff
+ source = https://github.com/sensiolabs/security-checker/archive/v4.1.7.zip
+ sha256sums = 4936a06f6478a128e519251580cbccbd995e713c4c6fc4be8773e0bd106c0700
pkgname = php-security-checker
diff --git a/PKGBUILD b/PKGBUILD
index 0f7adc3f54cd..c0f7cd88b8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=security-checker
pkgname="php-${_pkgbase}"
-pkgver=4.1.6
+pkgver=4.1.7
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=(
- "2d30adca71ac11e77f01804584816ddfb8a1e7a9ef50f81213230971a59e2cff"
+ "4936a06f6478a128e519251580cbccbd995e713c4c6fc4be8773e0bd106c0700"
)
build() {