diff options
author | goll | 2016-09-04 19:54:55 +0200 |
---|---|---|
committer | goll | 2016-09-04 19:54:55 +0200 |
commit | 25bc8cc43f53e1cce02a2f18ec649a79049a19ff (patch) | |
tree | 69ae09ba6d64ae64fd4b14fbe0d0659723cbd3b1 /PKGBUILD | |
parent | 424e6a463a814b0affb6a81659d39240012d1820 (diff) | |
download | aur-25bc8cc43f53e1cce02a2f18ec649a79049a19ff.tar.gz |
Update to 0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: goll <adrian.goll+aur[at]gmail> pkgname='sslyze' -pkgver=0.13.6 +pkgver=0.14.0 pkgrel=1 pkgdesc="Fast and full-featured SSL scanner." arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url='https://github.com/nabla-c0d3/sslyze' license=('GPL2') depends=('python2' 'python2-pip') source=("https://github.com/nabla-c0d3/sslyze/archive/${pkgver}.tar.gz") -sha1sums=('52dd37ba2c29271c8c86883cdf9bd2fe5a2b1636') +sha1sums=('4307e16a25e5eb5fa59b16fc82ef255bb533321f') package() { # Install files in /opt |