thc-hydra: 8.9.1 -> 9.0; corrected mandir

This commit is contained in:
Tim Biermann 2020-01-20 15:34:40 +00:00
parent 587da0be69
commit f7f79027a1
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 12 deletions

View File

@ -7,8 +7,8 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/dpl4hydra_full.csv
-rw-r--r-- root/root usr/etc/dpl4hydra_local.csv
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/hydra.1.gz
-rw-r--r-- root/root usr/man/man1/pw-inspector.1.gz
-rw-r--r-- root/root usr/man/man1/xhydra.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/share/man/hydra.1
-rw-r--r-- root/root usr/share/man/pw-inspector.1
-rw-r--r-- root/root usr/share/man/xhydra.1

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34oSRf5Vsm4AQCCgXZ09ppFSpcwn7FFHn+pwQt0ZMwiseACuge7kfuVqKvVeu65GjoxhXHT1WWhX5Shgx/JSwAQ=
SHA256 (Pkgfile) = 815d54078f3deaaf5b22afb3beb908da0074ccd1a74c77eebb4706f57f88be3d
SHA256 (.footprint) = 2f6b7edd9c1b5926406c0d6aae59c1db212ab57a59cfd1fb281a424ae079fdd1
SHA256 (thc-hydra-v8.9.1.tar.gz) = 7c615622d9d22a65b007e545f2d85da06c422a042f720bd6c5578a1844dec40e
RWSagIOpLGJF31y0kKqSucVrD2YHN+x/qjeNo8v/ptM16o2cfnh9npsqiKhISpMZmCCkcGoPKRsmBB6Y4VGayFGSLBqf4LD8PAU=
SHA256 (Pkgfile) = 6a3ce5765eb58022afd7edff4555e74182241b994c977027456a983b2afe6fae
SHA256 (.footprint) = c8c7263117c3c93e287793c5d2701427d6a0d985f9b19e4c59f4db751cf2435a
SHA256 (thc-hydra-v9.0.tar.gz) = 56672e253c128abaa6fb19e77f6f59ba6a93762a9ba435505a009ef6d58e8d0e

View File

@ -5,7 +5,7 @@
# Nice to have: mysql, libssh, libidn, libssh, gtk
name=thc-hydra
version=8.9.1
version=9.0
release=1
source=(https://github.com/vanhauser-thc/thc-hydra/archive/v$version/$name-v$version.tar.gz)
@ -17,6 +17,5 @@ build() {
./configure --prefix=$PKG/usr
make
make install
MANDIR="/share/man" make install
}