summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2018-10-08 16:16:20 +0200
committerEmanuele 'Lele' Calo2018-10-08 16:16:20 +0200
commit16ad7037fcccbb3f54aecd03c98482f75d60bd64 (patch)
tree0e48f4d62fda51eca4f128cd53eb20ea1a5ddfed
parent2c6bb4a33dc1d33bfe685ef012a7146cb0a6bd41 (diff)
downloadaur-16ad7037fcccbb3f54aecd03c98482f75d60bd64.tar.gz
Updated to 2.0.97
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd1a1f094eb4..ff6b94bb8377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trufflehog
pkgdesc = Searches through git repositories for high entropy strings and secrets, digging deep into commit history
- pkgver = 2.0.95
+ pkgver = 2.0.97
pkgrel = 1
url = https://github.com/dxa4481/truffleHog.git
arch = any
@@ -8,10 +8,10 @@ pkgbase = trufflehog
depends = python
depends = trufflehogregexes=0.0.4
depends = python-gitpython=2.1.1
- depends = python-pytest-cov=2.5.1
+ depends = python-pytest-cov
provides = python-trufflehog
- source = https://files.pythonhosted.org/packages/92/f2/129fd5d14a7ae8b2d7717ffcffb63a0666228a2f452f619df5ad63a610f8/truffleHog-2.0.95.tar.gz
- sha512sums = 88890d4941a6d48cb1e4218a00f690f9a04a96b4d09d4c50f3b723134e373a39b6774299418752111eeb2618499511687465f3e3d9f560af0d48ff73399f7df2
+ source = https://files.pythonhosted.org/packages/21/99/89f662eeb021c28d75fb42ce1ee28a9fcea653ae5b1539e2487c60eb2eaa/truffleHog-2.0.97.tar.gz
+ sha512sums = abaa39149627d7a4fb58055c595f32057eacce5549380e737245f8aaf665d074fb739c76bda8527740c4034e610001bf61af9fd3359b447a62cf2878c07cb99c
pkgname = trufflehog
diff --git a/PKGBUILD b/PKGBUILD
index 982300355175..189fec5dee9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Emanuele 'Lele aka eldios' Calo' <lele@sshadm.in>
pkgname='trufflehog'
-pkgver=2.0.95
+pkgver=2.0.97
pkgrel=1
pkgdesc="Searches through git repositories for high entropy strings and secrets, digging deep into commit history"
url="https://github.com/dxa4481/truffleHog.git"
arch=('any')
license=('GPL-2.0')
-depends=('python' 'trufflehogregexes'=0.0.4 'python-gitpython=2.1.1' 'python-pytest-cov=2.5.1')
+depends=('python' 'trufflehogregexes'=0.0.4 'python-gitpython=2.1.1' 'python-pytest-cov')
provides=('python-trufflehog')
-source=("https://files.pythonhosted.org/packages/92/f2/129fd5d14a7ae8b2d7717ffcffb63a0666228a2f452f619df5ad63a610f8/truffleHog-${pkgver}.tar.gz")
-sha512sums=('88890d4941a6d48cb1e4218a00f690f9a04a96b4d09d4c50f3b723134e373a39b6774299418752111eeb2618499511687465f3e3d9f560af0d48ff73399f7df2')
+source=("https://files.pythonhosted.org/packages/21/99/89f662eeb021c28d75fb42ce1ee28a9fcea653ae5b1539e2487c60eb2eaa/truffleHog-2.0.97.tar.gz")
+sha512sums=('abaa39149627d7a4fb58055c595f32057eacce5549380e737245f8aaf665d074fb739c76bda8527740c4034e610001bf61af9fd3359b447a62cf2878c07cb99c')
package() {
cd "${srcdir}/truffleHog-${pkgver}"