summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordevninja2017-03-14 23:49:23 -0400
committerdevninja2017-03-14 23:49:23 -0400
commitd9b46ec3996606f7a7959c549f6617e6b0319023 (patch)
tree52168a2bf92d2fda69691cbe7375030271336975
parentc9216b491eff4f54396a711b58fe552bd148cb30 (diff)
downloadaur-d9b46ec3996606f7a7959c549f6617e6b0319023.tar.gz
updated for version 1.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afbdd55e8ab..78925dc19394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
# Generated by mksrcinfo v8
-# Fri Apr 29 23:14:30 UTC 2016
+# Wed Mar 15 03:49:08 UTC 2017
pkgbase = arachni
pkgdesc = A feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications.
- pkgver = 1.4.4.gcd7b47b
+ pkgver = 1.5
pkgrel = 1
- url = https://www.arachni-scanner.com
+ url = http://www.arachni-scanner.com
install = arachni.install
arch = any
- groups = blackarch
- groups = blackarch-webapp
license = apache
makedepends = git
depends = ruby
diff --git a/PKGBUILD b/PKGBUILD
index cd2022e520d4..69dea1cd8c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
#moved to AUR4: GI_Jack <iamjacksemail@hackermail.com>
pkgname='arachni'
-pkgver=1.4.4.gcd7b47b
+pkgver=1.5
pkgrel=1
-groups=('blackarch' 'blackarch-webapp')
pkgdesc='A feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications.'
arch=('any')
license=('apache')
makedepends=('git')
depends=('ruby' 'ruby-bundler')
-url='https://www.arachni-scanner.com'
+url='http://www.arachni-scanner.com'
source=('git+git://github.com/Arachni/arachni.git')
install='arachni.install'
md5sums=('SKIP')