summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2017-08-15 08:15:51 +0200
committerJohannes Schleifenbaum2017-08-15 08:15:51 +0200
commitd8b618e21480cf4973b8fd3275f79d7fd686497b (patch)
tree6053d60a5a42f923cace21974f25c575f6c1f655
parenta6402ec7c77eb9bf077f53c5fb20e10bba8c7d19 (diff)
downloadaur-d8b618e21480cf4973b8fd3275f79d7fd686497b.tar.gz
upgpkg: php-security-checker 4.1.4-1
upstream release Version 4.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503e9c8f3422..e7227ea89f37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-security-checker
pkgdesc = PHP frontend for security.sensiolabs.org
- pkgver = 4.1.3
+ pkgver = 4.1.4
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.3.zip
- sha256sums = 66e0fa567d371be9f2208d48977220c1d32180bb6193c513cb7423aded04972b
+ source = https://github.com/sensiolabs/security-checker/archive/v4.1.4.zip
+ sha256sums = 30ffd48c77c5a03496e99fffb00af56cf9fcb67436faef82cd4d15c08c5eed76
pkgname = php-security-checker
diff --git a/PKGBUILD b/PKGBUILD
index a0ea47b1553f..a1e679d5792c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=security-checker
pkgname="php-${_pkgbase}"
-pkgver=4.1.3
+pkgver=4.1.4
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=(
- "66e0fa567d371be9f2208d48977220c1d32180bb6193c513cb7423aded04972b"
+ "30ffd48c77c5a03496e99fffb00af56cf9fcb67436faef82cd4d15c08c5eed76"
)
build() {