summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2017-08-04 09:54:51 +0200
committerJohannes Schleifenbaum2017-08-04 09:54:51 +0200
commita6402ec7c77eb9bf077f53c5fb20e10bba8c7d19 (patch)
treed8981f2cee435c2af42f8998ff80e8678d22ba4a
parent5d97f392f4eacf16bc174b6723b99b7202247022 (diff)
downloadaur-a6402ec7c77eb9bf077f53c5fb20e10bba8c7d19.tar.gz
upgpkg: php-security-checker 4.1.3-1
upstream release Version 4.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9576308034d3..503e9c8f3422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-security-checker
pkgdesc = PHP frontend for security.sensiolabs.org
- pkgver = 4.1.2
+ pkgver = 4.1.3
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.2.zip
- sha256sums = 17a885db25d34307753ee1edfed67d8d7b3882a5162416d96f46ea120ba1cb74
+ source = https://github.com/sensiolabs/security-checker/archive/v4.1.3.zip
+ sha256sums = 66e0fa567d371be9f2208d48977220c1d32180bb6193c513cb7423aded04972b
pkgname = php-security-checker
diff --git a/PKGBUILD b/PKGBUILD
index 41a83cf5352c..a0ea47b1553f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=security-checker
pkgname="php-${_pkgbase}"
-pkgver=4.1.2
+pkgver=4.1.3
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=(
- "17a885db25d34307753ee1edfed67d8d7b3882a5162416d96f46ea120ba1cb74"
+ "66e0fa567d371be9f2208d48977220c1d32180bb6193c513cb7423aded04972b"
)
build() {