summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2015-11-07 15:56:05 +0100
committerJohannes Schleifenbaum2015-11-07 15:56:05 +0100
commit99e0769c0e925788b352ca626f24b1c924ce8eac (patch)
tree2c02298e89e70cdc59cd20030bd604367fb3ce59
parentfd5646ba7e01afdd4602eb96992cf27edf324538 (diff)
downloadaur-99e0769c0e925788b352ca626f24b1c924ce8eac.tar.gz
Version 3.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ea535ff59f1..44ac28e8bf93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-security-checker
pkgdesc = PHP frontend for security.sensiolabs.org
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/sensiolabs/security-checker
install = php-security-checker.install
@@ -9,8 +9,8 @@ pkgbase = php-security-checker
makedepends = php-box
makedepends = php-composer
depends = php>=5.3.3
- source = https://github.com/sensiolabs/security-checker/archive/v3.0.1.zip
- sha256sums = 4890a73016d995276d69f8eb4d78163e0bd0936714e8b8953ddfe16107d2998d
+ source = https://github.com/sensiolabs/security-checker/archive/v3.0.2.zip
+ sha256sums = 926d6b7ca2bf862cbc56e224b9df5f144ba5c3a3c82f50361a7d693fb1277149
pkgname = php-security-checker
diff --git a/PKGBUILD b/PKGBUILD
index 4e0abc326bc5..e811448e045c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=security-checker
pkgname="php-${_pkgbase}"
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="PHP frontend for security.sensiolabs.org"
url="https://github.com/sensiolabs/security-checker"
@@ -16,7 +16,7 @@ source=(
"https://github.com/sensiolabs/${_pkgbase}/archive/v${pkgver}.zip"
)
sha256sums=(
- "4890a73016d995276d69f8eb4d78163e0bd0936714e8b8953ddfe16107d2998d"
+ "926d6b7ca2bf862cbc56e224b9df5f144ba5c3a3c82f50361a7d693fb1277149"
)
build() {