mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 04:51:13 +01:00
Updated trufflehogregexes dep to 0.0.7
This commit is contained in:
parent
16ad7037fc
commit
4b6c813d6c
2 changed files with 4 additions and 5 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,12 +1,12 @@
|
|||
pkgbase = trufflehog
|
||||
pkgdesc = Searches through git repositories for high entropy strings and secrets, digging deep into commit history
|
||||
pkgver = 2.0.97
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/dxa4481/truffleHog.git
|
||||
arch = any
|
||||
license = GPL-2.0
|
||||
depends = python
|
||||
depends = trufflehogregexes=0.0.4
|
||||
depends = trufflehogregexes=0.0.7
|
||||
depends = python-gitpython=2.1.1
|
||||
depends = python-pytest-cov
|
||||
provides = python-trufflehog
|
||||
|
|
@ -14,4 +14,3 @@ pkgbase = trufflehog
|
|||
sha512sums = abaa39149627d7a4fb58055c595f32057eacce5549380e737245f8aaf665d074fb739c76bda8527740c4034e610001bf61af9fd3359b447a62cf2878c07cb99c
|
||||
|
||||
pkgname = trufflehog
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
pkgname='trufflehog'
|
||||
pkgver=2.0.97
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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')
|
||||
depends=('python' 'trufflehogregexes'=0.0.7 'python-gitpython=2.1.1' 'python-pytest-cov')
|
||||
provides=('python-trufflehog')
|
||||
source=("https://files.pythonhosted.org/packages/21/99/89f662eeb021c28d75fb42ce1ee28a9fcea653ae5b1539e2487c60eb2eaa/truffleHog-2.0.97.tar.gz")
|
||||
sha512sums=('abaa39149627d7a4fb58055c595f32057eacce5549380e737245f8aaf665d074fb739c76bda8527740c4034e610001bf61af9fd3359b447a62cf2878c07cb99c')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue