summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2015-08-05 15:03:43 +0200
committerJohannes Schleifenbaum2015-08-05 15:03:52 +0200
commit236fb23c8976b7570568458e150916513019d44b (patch)
treef2835939f8d8fe1fb629006be5cda2a8befe41a6
parent8bb2ca3c9ee902bead98c0fb02eb504ad63d02ef (diff)
downloadaur-236fb23c8976b7570568458e150916513019d44b.tar.gz
version 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5982670d7d5a..8d2f0e02ae1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-security-checker
pkgdesc = PHP frontend for security.sensiolabs.org
- pkgver = 2.0.5
+ pkgver = 3.0.0
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/v2.0.5.zip
- sha256sums = ceb9e019f50f63c6ad8bbd3674863afc0cfd3337018593006cc4271bc8dba787
+ source = https://github.com/sensiolabs/security-checker/archive/v3.0.0.zip
+ sha256sums = 071362cb01df548e1629f677aa2c1678e635ded6abd7a4d4a43fe69a6c4bb7e2
pkgname = php-security-checker
diff --git a/PKGBUILD b/PKGBUILD
index 22859624e387..86ccf22a542a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=security-checker
pkgname="php-${_pkgbase}"
-pkgver=2.0.5
+pkgver=3.0.0
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=(
- "ceb9e019f50f63c6ad8bbd3674863afc0cfd3337018593006cc4271bc8dba787"
+ "071362cb01df548e1629f677aa2c1678e635ded6abd7a4d4a43fe69a6c4bb7e2"
)
build() {